photo

Asaad Abboud Alkhalaf


Last seen: 3年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Subscript indices must either be real positive integers or logicals. where I have to change or update the code
instead of for n =linspace(1,2,length(x)) use for n= 1:2:length(x) if you want vector with elements spaced by 2 or for n=1...

3年弱 前 | 0

回答済み
Index in position 1 is invalid. Array indices must be positive integers or logical values problem
i-1 = 0 and this can not be array indices it has to be 1 , 2, 3, .......

3年弱 前 | 0