how to define a matrix element in matlab
5 ビュー (過去 30 日間)
古いコメントを表示
any help please , I need to replace the first colunm in matrix with diffrent size by another value!!!
as example :
input
A=[1 2; 3 4];
B=[5 6; 7 8; 9 1; 1 4];
Output
B=[1 2; 3 4 ;9 1; 1 4]
0 件のコメント
採用された回答
その他の回答 (2 件)
Image Analyst
2022 年 10 月 2 日
To learn how to do this and other very basic things, invest two hours here:
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!