intro to programing MATLAB, Matrix
显示 更早的评论
Hello everyone I just finished a assignment and was wondering if there was a easier answer then i got the question was
Given matrix A assign the second column to a variable v. after change elements of last row to 0
A=[1:5; 6:10; 11:15; 16:20];
i used
v = A(1:4,2)
A= [1:5; 6:10; 11:15; 0,0,0,0,0]]
the answer is correct but how could i have made it simpler? Recomendations?
2 个评论
Anand Shanker Trivedi
2020-8-17
can you please tell me how u got answer for this assisngment
i am stuck in this since 2 days but could not find answer
what should be the value of v ?
Rik
2020-8-17
@Anand, did you see my answer below? It contains a hint about how you can do this.
采纳的回答
更多回答(1 个)
urvashi sharma
2020-10-19
0 个投票

1 个评论
Rik
2020-10-19
Why did you post this? Is this a question? An answer?
If you don't respond, this may be deleted.
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!