x=1:25

댓글 수: 2

Matt J
Matt J 2018년 10월 31일
You have been asking lots of questions about things you really ought to know how to do if you have been through the Getting Started documentation. The forum is not meant to be a replacement for reading the manual.
Steven Lord
Steven Lord 2018년 10월 31일
Alternately, if you prefer to learn by watching videos and through hands-on experimentation rather than reading the documentation, consider taking the MATLAB Onramp course available on the MathWorks website.

댓글을 달려면 로그인하십시오.

답변 (2개)

KSSV
KSSV 2018년 10월 31일
편집: KSSV 2018년 10월 31일

0 개 추천

x=1:25
y = exp(x) ;
plot(x,y)

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

질문:

2018년 10월 31일

댓글:

2018년 10월 31일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by