Dynamic plotting

A gui able to generate dynamic plots on up to four axes, also able to save any number of functions

現在この提出コンテンツをフォロー中です。

The dynamic variable is "a" input a function, and use "a" to denote the ranges which you want to test for, for example sin(a*x) will plot the function sin(a(1)*x),sin(a(2)*x),sin(a(3)*x),... sin(a(n)*x). Possible options are hold on,grid on, and is also able to specify axes length, or a variable axes length.

To save functions just click "save function" and the function will be stored in a popupmenu, which can be called at any time.

A maximum of four subplots are available, all able to use the dynamic function. Program will also remember inputed fields.

Also possible is normal plotting.

引用

Paul de Wit (2026). Dynamic plotting (https://jp.mathworks.com/matlabcentral/fileexchange/5728-dynamic-plotting), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB Answers2-D and 3-D Plots についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

save any number of functions so you don't have to keep typing them in