Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How can I solve this error "Improper assignment with rectangular empty matrix." when I run the listed below script.. thanks in advance
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
elevtocellsI1=accumarray(OrbNO,elev2,[],@(x) {x});
DDDD=zeros(1,size(elevtocellsI1,1));
for i=1:size(elevtocellsI1,1)
DDDD(i)=(find(elevtocellsI1{i}, 1, 'last' )-(find(elevtocellsI1{i}, 1 )))/60;
end
1 comentario
Walter Roberson
el 9 de En. de 2017
Duplicated by later http://www.mathworks.com/matlabcentral/answers/319713-how-can-i-solve-this-error-improper-assignment-with-rectangular-empty-matrix-with-listed-below-sc which has an answer
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!