photo

Areej Nayab


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


how can i display b(i,j) matrix.i have attached the code i am working with.
clear all; a=[1,2,3,4;4,3,2,3]; for i=1,size(a,1) for j=1,size(a,2) b(i,j)=a(i,j) disp(b) // this is not giving the out i n...

presque 6 ans il y a | 2 réponses | 0

2

réponses