Info
此问题已关闭。 请重新打开它进行编辑或回答。
extract from F the matrix G of size 2 x 2 which has the first and third row of F and the second and third columns of F
2 次查看(过去 30 天)
显示 更早的评论
F = [2 3 4;
-1 4 7;
-9 11 13]
I would like to know how to write the Matrix G on Metlab
0 个评论
回答(1 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!