message "vectors with different lengths"

I am splitting my problem in five different sections. Each section has different equations. After solving the sections separately, I am trying to put the solutions together and plot the final solution.

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2014년 11월 29일
편집: Azzi Abdelmalek 2014년 11월 29일

1 개 추천

You are trying to plot
plot(teta,s)
teta and s should be the same size, in your case, type
numel(teta)
numel(s)
you will get different sizes

댓글 수: 2

Matheus
Matheus 2014년 11월 29일
I got it, but I would like to know how I can declare a vector with zeros and size one hundred
v=zeros(1,100)

이 질문은 마감되었습니다.

질문:

2014년 11월 29일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by