See All

How can I rename a project? Can I easily rename it by windows interface?

There is no easy way to rename a project. If you want to rename it, change the name file of the .mbs file. In the .mbs file, modify the field “mbsname”. Then, delete the symbolic functions which contain the previous name of your project. Update the project name in the main function. Generate the new symbolic functions.

In Matlab, you can use the function mbs_copy_project that should do all required operations.