I'm using the command
add_block('simulink/Sinks/Out1','sys/pippo/output_name');
to insert a the sink Out1 in the object pippo in the model sys. The name of Out1 in pippo is output_name.
I have a char variable that contains the name of the Out1 I want to insert in pippo. Does exist a command...
I need to create a C program that can interact with MatLab. I have included in my C project (made with Dev-C++) the requested header files (like engine.h, matrix.h...) and I have included the MatLab libraries (libeng.lib,libmex.lib...) in the linker options.
When I run the program, it tells me...