clc;
clear all;
close all;
w=1;
t=0:0.001:2*pi;
M1=2e6;
M2=2e9;
M=M2;
for i=1:length(t)
v(i)=2*sin(w*t(i));
if v(i)==1.5
t1=t(i);
end
if v(i)==-1.5
t3=t(i);
end
end
t=0:0.001:2*pi;

댓글 수: 1

Torsten
Torsten 2015년 6월 15일
I doubt that the error message stems from the part of code you posted.
Best wishes
Torsten..

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

추가 답변 (0개)

카테고리

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

질문:

2015년 6월 15일

답변:

2015년 6월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by