Define a matrix A of dimension 2*4 whose (i , j) entry is A(i , j)=i+j
Ältere Kommentare anzeigen
matrix creating problem how to use loops n matlab
2 Kommentare
the cyclist
am 1 Dez. 2015
Thorsten
am 1 Dez. 2015
Is this homework? What have you tried so far?
Antworten (1)
PChoppala
am 2 Dez. 2015
[P1,P2]=meshgrid(1:4,1:2)
result=P1+P2
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!