gpt4 book ai didi

matlab - 将规范函数应用于矩阵的行 - Matlab

转载 作者:太空宇宙 更新时间:2023-11-03 19:07:03 25 4
gpt4 key购买 nike

<分区>

我有一个 3 列,n 行的矩阵:

[ a,b,c;
d,e,f;
g,h,i; ]

我想对每一行应用范数函数,并得到一个包含范数的 1xn 矩阵:

[ norm([a,b,c]);
norm([d,e,f]);
norm([g,h,i]); ]

我可以用 for 循环来做到这一点,但是有更好的方法吗?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com