GILBERT ALVIOLA
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
How to display equation of the line in the figure?
txt1 = ['y = (' num2str(m) ')x + (' num2str(a) ')']; text(x, y, txt1);
How to display equation of the line in the figure?
txt1 = ['y = (' num2str(m) ')x + (' num2str(a) ')']; text(x, y, txt1);
7 years 前 | 1
已回答
How to display fit equation on plot?
Something like this... where x and y specifies the position txt1 = ['y = (' num2str(m) ')x + (' num2str(a) ')']; text(x, y,...
How to display fit equation on plot?
Something like this... where x and y specifies the position txt1 = ['y = (' num2str(m) ')x + (' num2str(a) ')']; text(x, y,...
7 years 前 | 0