How do I restore Speedgoat I/O Blockset after resetting my MATLAB path?

48 次查看(过去 30 天)
I had to run the command 'restoredefaultpath' because of issues with my MATLAB search path. However, it appears that this uninstalled the Speedgoat I/O Blockset (Speedgoat libraries), and I see the following error when I try to build a Simulink Real-Time model in R2019b:
Unable to resolve the name sg.model.build.Hooks.entry.

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2024-3-5
You can restore the Speedgoat I/O Blockset installation by doing the following:
1) Navigate to the Speedgoat Blockset installation directory in MATLAB. The path will depend on the MATLAB/Speedgoat libraries version you are using:
% modify path according to MATLAB release and Speedgoat library version
>> cd C:\ProgramData\Speedgoat\speedgoatlib\R2019b\x.x.x\
2) Restore the Speedgoat I/O Blockset installation by running:
>> sg_path(1)
3) Finally, to permanently save the MATLAB search path, execute:
>> savepath
If this doesn't help, please reinstall the Speedgoat I/O Blockset.
NOTE: For other Speedgoat tools such as HDL Coder Integration Package or Motion Control HDL I/O Blockset, there is no built-in function for restoring the existing installation. Please reinstall these tools.
Contact Speedgoat support for further questions on this:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by