photo

Sravani Kurma


Last seen: 3年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

質問


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

3年以上 前 | 1 件の回答 | 0

1

回答

回答済み
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...

4年弱 前 | 0

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

4年弱 前 | 1

回答済み
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) ||...

約4年 前 | 0