Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかのタンク プロファイルを作成し、シミュレーションの実行中に Simulink で可視化したいと考えています。Matlab では、通常次のように入力します。
plot(dX, Y), grid;
ここでdX、 とYは 20 要素の配列です (たとえば)。これをプロットできるスコープまたはSimulinkに何かがありますか? XYグラフはスカラーのみをプロットします:(
dX
Y