Effacer les filtres
Effacer les filtres

numsum(numsum(...)), how it works?

2 vues (au cours des 30 derniers jours)
rania
rania le 20 Juil 2015
this is some of code lines
kin=zeros(12960,1);
for k=1:12960
kin(k)=numsum(numsum(unew(1:end,:).*unew(1:end,:)+vnew(1:end,:).*vnew(1:end,:)));
I know it is not correct, the unew and vnew are 100*100 (dimensions) How can i write in in a right way?
  1 commentaire
Steven Lord
Steven Lord le 20 Juil 2015
What is "numsum"? There's no function by that name in any MathWorks toolboxes, and a search for that on mathworks.com found exactly one hit, this question.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by