photo

Malik Cheriaf


UFSC

Last seen: 8 mois il y a Actif depuis 2021

Followers: 0   Following: 0

Message

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Error in converting array in double to string
str=string(arr) % result=[ "1" "2" "3" "4" "5"]

presque 3 ans il y a | 0

Réponse apportée
Numbers between a Matrix
% numbers between "left column">=0 and "rigth column"<=1.5. i=(a(:,1)>=0 & a(:,2)=<1.5) a=a(i,:);

presque 3 ans il y a | 0