photo

GILBERT ALVIOLA


Attivo dal 2017

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

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

circa 7 anni fa | 1

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

circa 7 anni fa | 0