how to include source files in library

1 view (last 30 days)
Martin Stump
Martin Stump on 7 Jul 2020
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

Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Products


Release

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!