Matlab function block
Mostrar comentarios más antiguos
Hi,
Can Matlab function block (not EML) use all toolbox functions ?
In other words: Can I recall a particular function from toolbox (like DSP toolbox) by Matlab funcion block ?
1 comentario
Fangjun Jiang
el 16 de Sept. de 2011
Try it!
Respuestas (1)
Nirmal Gunaseelan
el 16 de Sept. de 2011
0 votos
As long as you do not care about code generation, you should be able to call any function in the MATLAB path. Refer to the doc page for more information on code generation limitations. And as Fangjun pointed out, try it!
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!