photo

Asaad Abboud Alkhalaf


Last seen: fast 3 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

fast 3 Jahre vor | 0

Beantwortet
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, .......

fast 3 Jahre vor | 0