The function being called is a script, yet the applicatin still works
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Jean
am 3 Mär. 2011
Bearbeitet: Walter Roberson
am 24 Jan. 2016
Hello,
I have the strangest problem here:
I have to make a standalone application for a script with a graphical interface. In this script I import a file containing a signal and use empirical mode decomposition to separate the signal's components.
I did not made the code. The thing is that the function which does the decomposition (emdc.m) is nowhere to be found, yet still the program works. I have just one script called emdc.m and it contains commented text. The decomposition method comes with it's own toolbox, but no matter how hard I try, I cannot explain myself how it is possible to work.
Shortly, the file which should contain the function has just commented text and it is regarded as a script. The application does work. Upon compilation using mcc and including tall the files in the toolbox it tells me that emdc.m is not found.
Has anyone encountered this situation?
Jean
1 Kommentar
KUSUMA CHALUMURI
am 23 Aug. 2011
Hello Jean
I am also working on empirical mode decomposition for my thesis work. But I am not able to get perfect code. If you find any code please forward to my mail. Thank you
Akzeptierte Antwort
Walter Roberson
am 3 Mär. 2011
Look for emdc.p and emdc.mex and emdc.mex32 as any of those would be automatically used as the executable code for a call to emdc . The mention of emdc.m containing commented text suggests to me that the file has been pcoded to emdc.p with the emdc.m file left there so that you can request "help emdc"
0 Kommentare
Weitere Antworten (2)
KUSUMA CHALUMURI
am 23 Aug. 2011
Hello Jean I am also working on empirical mode decomposition for my thesis work. But I am not able to get perfect code. If you find any code please forward to my mail. Thank you
0 Kommentare
KUSUMA CHALUMURI
am 23 Aug. 2011
Hello Jean I am also working on empirical mode decomposition for my thesis work. But I am not able to get perfect code. If you find any code please forward to my mail. Thank you
1 Kommentar
Suzanne Hussein
am 24 Jan. 2016
Hello KUSUMA CHALUMURI Did you find a good code of EMD? Can you give me? Thanks
Siehe auch
Kategorien
Mehr zu C Shared Library Integration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!