Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

concatenating 3d vectors

1 Ansicht (letzte 30 Tage)
Giovanni
Giovanni am 12 Dez. 2013
Geschlossen: Walter Roberson am 12 Dez. 2013
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?
Comment on this Question Email me when answers are added to this question Giovanni 0 votes
  2 Kommentare
Matt J
Matt J am 12 Dez. 2013
Bearbeitet: Matt J am 12 Dez. 2013
which produces say 4 vectors with the same number of columns but different rows.
If they are VECTORS, they cannot have both multiple columns and multiple rows.

Antworten (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by