combining matrixes into 3d vector
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
Currently i have the following,
function [Plotavg] = Plotavg( niterations,iterations,T,A,B,interval)
for n=1:niterations vector = Arraylinspace(iterations, T, A, B, interval) end
end
which produces say 4 vectors with the same number of columns but different rows. Then how would i concatenate them into a 3d vector? how would my code change?
1 comentario
Walter Roberson
el 12 de Dic. de 2013
Respuestas (0)
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!