Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

how to write summation in matlab

1 visualizzazione (ultimi 30 giorni)
shiv gaur
shiv gaur il 5 Feb 2022
Chiuso: Cris LaPierre il 9 Feb 2022
where J=C OR J=S
SO PL YOU ARE REQ TO WRITE IN MATLAB PROGRAM OF SUMMATION
  2 Commenti
John D'Errico
John D'Errico il 5 Feb 2022
Please stop using Answers as a code writing service. You have been using MATLAB for how long now? And every time you post, youe question is a confusing one like this with no attempt made by you, where you ask someone to write some code for you.
Davide Masiello
Davide Masiello il 5 Feb 2022
I have to agree with @John D'Errico. And, in any case, the question was too unstructured to even attempt to offer some help.

Risposte (1)

Davide Masiello
Davide Masiello il 5 Feb 2022
In summary:
  • summation of a 1xN array A: sum(A);
  • summation of all elements of a MxN array A: sum(A(:)) or sum(A,'all') (the latter works on the newer versions of MatLab only)
I would anyway suggest checking the following documentation
  3 Commenti
shiv gaur
shiv gaur il 5 Feb 2022
THE BOTH VALUE OF J C,S BE CONSIDER PL HELP TO WRITE
Davide Masiello
Davide Masiello il 5 Feb 2022
I am sorry, I think that's too little information, you could try to elaborate a bit more.

Tag

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by