appending to vector in a for loop

1 回表示 (過去 30 日間)
shobhit mehrotra
shobhit mehrotra 2015 年 2 月 4 日
コメント済み: Geoff Hayes 2015 年 2 月 5 日
Hello I have this code so far, it wont run because the number of elements of winddivergencex is not the same number of elements as n because of the differentiation, how can I get this to work? I want to add a zero term to the end of vector such that the elements are the same length. Thanks
for n = 1:30
winddivergencex(n)= (diff(Ui(min(dataind{n}):(max(dataind{n})))))./(diff(longm(min(dataind{n}):(max(dataind{n})))));
end
  1 件のコメント
Geoff Hayes
Geoff Hayes 2015 年 2 月 5 日
Shrobhit - what are the dimensions of your vectors like dataind? Note that you say that the number of elements of winddivergencex is not the same number of elements as n. Which elements of winddivergencex (the row or column)? Note also that n is changing on each iteration of the loop...

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by