matrix dimensions must agree

Error using ./ Matrix dimensions must agree.
Error in secure>pushbutton2_Callback (line 237) qc=tstval./stval;

5 commentaires

Please show us the exact output of these commands:
size(tstval)
size(stval)
Ganesh Hegade
Ganesh Hegade le 13 Mar 2017
check size of tstval and stval
vasantha malairamar
vasantha malairamar le 14 Mar 2017
tnk u
vasantha malairamar
vasantha malairamar le 14 Mar 2017
we fit the first in Stile into the first in Starget, fit the second in Stile into the second in Starget , and so on.
Jan
Jan le 14 Mar 2017
@vasantha malairamar: And this can work only, if both variables have the same number of elements. But they don't. We cannot guess why and what you want to do instead. But you can explain this.

Réponses (1)

Jan
Jan le 13 Mar 2017

0 votes

The error message is clear: In the expression tstval ./ stval both variables must have the same size or one is a scalar. You can examine this with the debugger. Type this in the command window:
dbstop if error
Now run your code again until Matlab stops. Now check the sizes of the variables either in the workspace browser or in the command window:
size tstval
size stval

Cette question est clôturée.

Tags

Aucun tag saisi pour le moment.

Clôturé :

le 20 Août 2021

Community Treasure Hunt

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

Start Hunting!

Translated by