it says 'Value' must be a double scalar.

115 vues (au cours des 30 derniers jours)
Nicole Angelique Castro
Nicole Angelique Castro le 8 Mai 2022
  2 commentaires
Torsten
Torsten le 8 Mai 2022
Display what you get for lda, exponent and denominator.
Walter Roberson
Walter Roberson le 8 Mai 2022
I suspect that the temperature edit field is empty.

Connectez-vous pour commenter.

Réponses (1)

Harsha Kalavakolu
Harsha Kalavakolu le 11 Mai 2022
Hello Nicole
From the error that you have mentioned, I understand that whatever you are passing as argument is not a double or is not a scalar.
As you are using double conversion function "double(...)", so the problem must be that the number is not scalar. There is a possibility that the argument you are passing can be a complex number or a vector. So, try to trace the value of "Liqdensity" you are passing, by debugging and make sure you are passing correct type of argument. I suggest you use "num2str" to convert complex numbers into strings. You can use "dbstop if error" and check the value stored in "Liqdensity".
Hope it Helps

Catégories

En savoir plus sur MATLAB 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