photo

GILBERT ALVIOLA


2017년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

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

대략 7년 전 | 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,...

대략 7년 전 | 0