강의

멘토링

커뮤니티

Inflearn コミュニティ Q&A

foranding9364 のプロフィール画像
foranding9364

投稿した質問数

MATLABで始まるプログラミング

for

안녕하세요 코딩좀 봐주실수 있을까요?

作成

·

266

0

clear t

clear i

for

i=[1:100];

t=(i-1)0.01;

if t<= 5

tt1(i)=t;

y1(i)=0.2t*exp(-2);

plot(tt1(i),y1(i),'o')

hold on

elseif 5<t<= 10;

tt2(i)= t;

y2(i)=log(t)-1

plot(tt1(i),y2(i),'x')

end

end

실행이 되지 않는데 이유를 모르겠습니다

MATLAB

回答

回答を待っている質問です
最初の回答を残してください!
foranding9364 のプロフィール画像
foranding9364

投稿した質問数

質問する