Undefined function 'int' for input arguments of type 'double'.

2 vues (au cours des 30 derniers jours)
Mostfa Abd El-Aziz
Mostfa Abd El-Aziz le 30 Avr 2019
Modifié(e) : Stephen23 le 30 Avr 2019
Hello Every Body .. I am anew matlab user and i have an error on my code i hope to solve it
This My Code :
EDIT: Mostfa Abd El-Aziz's "Answer" moved here and code uploaded as a file:
that is my complete code
code describtion : i want to embed cipher text data in dct coefficients of an image using dct based embeded method
  9 commentaires
Mostfa Abd El-Aziz
Mostfa Abd El-Aziz le 30 Avr 2019
Modifié(e) : Mostfa Abd El-Aziz le 30 Avr 2019
i have run which int in command window and the result is :
>> which int
C:\Program Files\MATLAB\MATLAB Production Server\R2015a\toolbox\signal\signa\@filtstates\int.m % filtstates method
What does it mean ?
Stephen23
Stephen23 le 30 Avr 2019
Modifié(e) : Stephen23 le 30 Avr 2019
"What does it mean ?"
That int is a method of a class in a specific toolbox, and that class just happens to have the very same name as the function that you uploaded. Is that just a coincidence? Did you copy a MATLAB toolbox function/class and try to make changes to it? Why does this class have exactly the same name as your function?
Your usage of int (with four output arguments) does not match the syntax any function named int that I can find. Daniel's assessment is likely correct. But as you still have not answered my very first question, I cannot guess what you are trying to do on that line.
By the way, get rid of clear all (which is totally pointless at the start of a function) and close all from the start of your function (which is totally unrelated to the functionality of your code). They really do not help you (no matter how much beginners love them):

Connectez-vous pour commenter.

Réponses (1)

KSSV
KSSV le 30 Avr 2019
What you are using int is to find the integral for the given sybolic function. I think you need to have a look on int16, int32.

Catégories

En savoir plus sur Startup and Shutdown 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