how to convert the following code in python?
Afficher commentaires plus anciens
pts=[];
for i=1:size(pos,2)
pts=[pts , normrnd(0,length,samples,1)];
end
How can i convert this piece of code in python language?
So length and samples are integer number( for example length = 10 and samples = 2000)
pos is an array containing two elements
Réponses (0)
Catégories
En savoir plus sur Call Python from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!