Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

could anyone tell me how to fix the sum of (n,m) array to a fixed value .

1 Ansicht (letzte 30 Tage)
Prabha Kumaresan
Prabha Kumaresan am 25 Jan. 2018
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
could anyone tell me how to fix the sum of (n,m) array to a fixed value .

Antworten (1)

bon sai
bon sai am 25 Jan. 2018
if [n,m] = size(A), then you can sum by column and then sum by row, or vice visa.
sum(sum(A,1),2)
you will get the same value.
  4 Kommentare
Prabha Kumaresan
Prabha Kumaresan am 25 Jan. 2018
Ok.But in randfixedsum, the sum(n+m) of (nxm) array should be equal to s.But for me the sum of array will not be equal to s.In such case how it can be done.
Walter Roberson
Walter Roberson am 25 Jan. 2018
"in randfixedsum, the sum(n+m) of (nxm) array should be equal to s"
I do not understand what you are trying to say there? What I think it says is something that is not correct.

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by