Community Profile

photo

Shubham Burde


TU Bergakademie Freiberg, Germany

Last seen: environ 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Contact

I am a Masters student of Computational Material Science program

Statistiques

Feeds

Afficher par

Question


I have to vectorize the following code. I have tried using vectorization but can't get the output as I require.
A = rand(100,1); B = cell(length(A),2); %% for loop (working) for i = 1:length(A) B{i,1} = A(i); % appending all th...

environ 4 ans il y a | 1 réponse | 0

0

réponse