massimo giangrande
Followers: 0 Following: 0
Feeds
提问
Index exceeds the number of array elements. Index must not exceed 1. cosa posso fare per non far comparire questo errore? N=3 e il vettore w ha 3 elementi
function [ris] = ordin_genn(w,N) for i=1:N-1 for j=i+1:N if w(i)>w(j) temp=w(i); w(i)=w...
2 years 前 | 1 个回答 | 0