Define a matrix A of dimension 2*4 whose (i , j) entry is A(i , j)=i+j
이전 댓글 표시
matrix creating problem how to use loops n matlab
댓글 수: 2
the cyclist
2015년 12월 1일
Thorsten
2015년 12월 1일
Is this homework? What have you tried so far?
답변 (1개)
PChoppala
2015년 12월 2일
[P1,P2]=meshgrid(1:4,1:2)
result=P1+P2
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!