how to include source files in library
14 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello
I'm creating a Xilinx FPGA library in Simulink and I'm wonderung, if I can include configuration and source files in my library.
The current Problem is, that when i use this block

the block configuration m-function is located in my library source directory.
If I change my MATLAB directory to a project, where I want to use this block, MATLAB complains because it does not find the file.
Of course, because it's in another directory (not my workign directory, but the library source directory).
Is there any solution to integrate this configurationfile into the library?
Because now, I have to copy the configuration file seperatly into my working directory, when I want to use this Block from my library.
greetings
Martin
0 commentaires
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!