how to do ?
이전 댓글 표시
i have problem plz help me
Question: a) Create two different vectors of the same length and Create a 3x3 matrix and display the first row of and the second column on the screen.
답변 (2개)
madhan ravi
2018년 11월 10일
편집: madhan ravi
2018년 11월 10일
x=1:10;
y=11:20;
matrix=rand(3);
disp(matrix(1:2,:))
Abdulaziz jatmi
2018년 11월 10일
0 개 추천
댓글 수: 1
Walter Roberson
2018년 11월 10일
How are the two vectors related to the 3x3 matrix?
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!