How can I use the Differential Equations Editor (dee) with MATLAB R2020a and later?

213 次查看(过去 30 天)
I am trying to use the Differential Equations Editor which was presented in the following Simulink blog post:
However, if I enter the command "dee" in MATLAB R2020a, the command is not recognized and the model doesn't open. What happened to Differential Equations Editor, and how can I use it in R2020a or later?
>> dee
Unrecognized function or variable 'dee'.

采纳的回答

MathWorks Support Team
Differential Equations Editor is an obsolete, undocumented tool that has been removed as of MATLAB R2020a.
Attached to this post is a "dee.zip" archive that contains the last working version of the tool. To permanently add it to your MATLAB installation, add the "dee" folder to your MATLAB path as follows:
>> addpath('C:\path\to\dee\')
>> savepath

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by