photo

KD


Last seen: 2년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


How to do running another .m file that calls this .m file?
x = [5 10 12 3]; y = [11 8 3 3]; plot(x,y, 'g')

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to put labels to each points? And the labels are the value of each points?
x = [4 9 11 2 4]; y = [10 7 2 2 10]; x(end+1)=x(1); y(end+1)=y(1); area=polyarea(x,y); str=sprintf('Area of the Polygon i...

2년 초과 전 | 답변 수: 1 | 0

1

답변