photo

GILBERT ALVIOLA


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 7 Jahre vor | 1

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

etwa 7 Jahre vor | 0