photo

Sravani Kurma


Last seen: alrededor de 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

1 Pregunta
3 Respuestas

CLASIFICACIÓN
22.324
of 300.365

REPUTACIÓN
2

CONTRIBUCIONES
1 Pregunta
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


How can i add legend to the figure in matlab?
I have plotted a figure with 9 plots in it and in legend i have given 9 names to display. All good upto now. But after some edi...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
Matlab Text file I/o
function charnum=char_counter(fname,character) fid=fopen(fname,'rt'); if fid<0 % for invalid file,return -1 charnum= -1...

más de 5 años hace | 0

Respondida
Excel I/o matlab
code with explaination: function distance=get_distance(alpha,beta) [~,~,d]=xlsread('Distances.xlsx');% to read values [m,n...

más de 5 años hace | 1

Respondida
How to write a function to determine if a date entered is valid
function valid=valid_date(year,month,date) if nargin == 3; if ~isscalar(year) || year<1|| year~=fix(year)||~isscalar(month) ||...

más de 5 años hace | 0