How can i differentiate a matrix by vector??
2 次查看(过去 30 天)
显示 更早的评论
I have a 4*4 matrix, K=[200 0 -100 0;0 200 0 -100;-100 0 150 ( mu * 100)-50;0 -100 -50 350] and a randomly generated 1000*1 vector mu.How can i differentiate K with respect to mu.
Thanks
3 个评论
回答(1 个)
Tony Cheng
2018-12-14
maybe you can differentiate each column of the matrix by the vector, then assemble the results together as a new matrix.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!