photo

Sravani Kurma


Last seen: presque 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

presque 4 ans il y a | 0

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

presque 4 ans il y a | 1

Réponse apportée
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) ||...

environ 4 ans il y a | 0