photo

Sreedevi K


Last seen: plus de 2 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Matlab Error after executing the code
You have to save into a cell array or a 3D matrix. As shown below: kc=[1 2 3 4 5 6 7 8 9 0]; k12=200; k34=300; new1=1:1:10; ...

plus de 2 ans il y a | 0

Réponse apportée
Divide each element in a column by the sum of that column
iwant = A./sum(A)

plus de 2 ans il y a | 0