Index exceeds matrix dimensions - Error

조회 수: 4 (최근 30일)
Alyssa
Alyssa 2014년 10월 22일
댓글: Guillaume 2014년 10월 22일
Hello, I am trying to plot the two functions on the same graph and am unable to label both y-axis. Could someone please tell me what I am doing wrong?
t = 0:20;
y1 = (100*sin(pi/4).*t)-(.5*9.8*t.^2);
y2 = 100*sin(pi/4)-9.8.*t;
a = plotyy(t,y1,t,y2);
title('Problem 5.26')
xlabel('time, sec')
ylabel('Position')
ylabel(a(2),'V(t) Vertical Direction')
  댓글 수: 5
Alyssa
Alyssa 2014년 10월 22일
Nevermind. I ran it again and it worked. Today just isn't my day.
Guillaume
Guillaume 2014년 10월 22일
And what error is that?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by