Function for ploting the norms of a matrix
2 次查看(过去 30 天)
显示 更早的评论
Hi everybody
Could you please give me a hint for writing a function for ploting the norms ( 1-norm, 2-norm and infinite norm ) of a matrix ?
Regards,
1 个评论
he chunlei
2013-8-21
Is the function is a constant? for example,F=[2*x,3;sin(x),5] or F=[1,2;3,4],please tell me you question detailed.
回答(1 个)
Shashank Prasanna
2013-8-21
Use the norm function to compute different norms of a vector or a matrix:
0 个评论
另请参阅
类别
在 Help Center 和 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!