photo

Asaad Abboud Alkhalaf


Last seen: 3 years 前 自 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 years 前 | 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 years 前 | 0