photo

GILBERT ALVIOLA


Active since 2017

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to display equation of the line in the figure?
txt1 = ['y = (' num2str(m) ')x + (' num2str(a) ')']; text(x, y, txt1);

7 years ago | 1

Answered
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 ago | 0