how can i make a 400x400 matrix to 400x1

1 次查看(过去 30 天)
how can i make a 400x400 matrix to 400x1? in matlab

回答(1 个)

Matt J
Matt J 2022-2-7
Many ways, e.g.,
sum(rand(400),2)
ans = 400×1
195.9990 187.9329 202.8237 202.9344 191.2276 202.7733 202.5645 197.4785 192.7097 201.8075

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by