Use matrix as a function

Hi, I want to use a matrix as a function , something like this
m = [2 0 1; 4 3 5; 1 0 2; 3 1 10];
f = @(x,y,z) norm(
Where m is my matrix, and I want to use that inside f. I read that using norm can handle it, but dont know hot to properly use it.

2 件のコメント

madhan ravi
madhan ravi 2019 年 3 月 18 日
norm(m) %?
Jan
Jan 2019 年 3 月 18 日
norm calculates the matrix norm. It is not clear, if you need this. Please edit the question and mention, what you want to do with the matrix.

回答 (0 件)

この質問は閉じられています。

製品

リリース

R2017b

質問済み:

2019 年 3 月 18 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by