photo

Areej Nayab


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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...

6 years ago | 2 answers | 0

2

answers