how can i make a 400x400 matrix to 400x1

2 visualizaciones (últimos 30 días)
Joydeb Saha
Joydeb Saha el 7 de Feb. de 2022
Respondida: Matt J el 7 de Feb. de 2022
how can i make a 400x400 matrix to 400x1? in matlab

Respuestas (1)

Matt J
Matt J el 7 de Feb. de 2022
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

Categorías

Más información sobre Operating on Diagonal Matrices en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by