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

조회 수: 183 (최근 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
MathWorks Support Team 2020년 10월 22일
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