how to include source files in library
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!