![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/18991546_1594962587217_DEF.jpg)
Sravani Kurma
Followers: 0 Following: 0
Statistics
RANK
22.281
of 297.105
REPUTATION
2
CONTRIBUTIONS
1 Question
3 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20.417
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.897
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
ongeveer 4 jaar ago | 1 answer | 0
1
answerMatlab Text file I/o
function charnum=char_counter(fname,character) fid=fopen(fname,'rt'); if fid<0 % for invalid file,return -1 charnum= -1...
meer dan 4 jaar ago | 0
Excel I/o matlab
code with explaination: function distance=get_distance(alpha,beta) [~,~,d]=xlsread('Distances.xlsx');% to read values [m,n...
meer dan 4 jaar ago | 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) ||...
meer dan 4 jaar ago | 0