How to Compile an Application with the "pspectrum" function?
Mostrar comentarios más antiguos
Hello,
I am trying to compile an application that uses the "pspectrum" function (I think it is from the Signal Processing toolbox), but I am having trouble with including the right files in the compiler. I have attached a screenshot of my compiler and the error message I am getting from my compiled application. Are there any other / different files that I should be including in the compiler, or are there other issues that need to be addressed here as well?
7 comentarios
Jeff
el 1 de Ag. de 2019
awezmm
el 1 de Ag. de 2019
Do you manually add that sptfunctions folder or did it find that automatically?
Jeff
el 1 de Ag. de 2019
Kevin Chng
el 2 de Ag. de 2019
Editada: Kevin Chng
el 2 de Ag. de 2019
Hi Jeff,
I'm not sure how is your pspectrum.m, I assume there is a function pspectrum for this m file. I guess you dont have signal processing toolbox, therefore you manually add the function to the path for compiling. It should work.
Let try add the script instead of folder to the path. Add pspectrum.m script not folder path.
Jeff
el 2 de Ag. de 2019
Jeff
el 19 de Ag. de 2019
Jeff
el 19 de Ag. de 2019
Respuesta aceptada
Más respuestas (1)
Sean de Wolski
el 19 de Ag. de 2019
0 votos
- The signalAnalyzer app is not compilable.
- You shouldn't have to do anything to compile pspectrum, it should just work. Do you have a license for signal processing toolbox checked out at compile time?
- You may need to run: rehash toolboxcache
1 comentario
Jeff
el 20 de Ag. de 2019
Categorías
Más información sobre Communications Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!