How can we solve this, how to convert mupad to live script?

2 ビュー (過去 30 日間)
Ciji Kurian
Ciji Kurian 2021 年 2 月 26 日
編集済み: Walter Roberson 2021 年 3 月 2 日
A := [[2, 1, 1],
[3, 4, 3],
[3, 5, 4],
[2, 6, 5]]:
plot(plot::Matrixplot(A))

回答 (2 件)

Rohit Pappu
Rohit Pappu 2021 年 2 月 27 日
  1 件のコメント
Ciji Kurian
Ciji Kurian 2021 年 2 月 27 日
Thank you, trying, but mu pad note book not available

サインインしてコメントする。


Walter Roberson
Walter Roberson 2021 年 2 月 27 日
A = [[2, 1, 1]
[3, 4, 3]
[3, 5, 4]
[2, 6, 5]];
surf(A)
  3 件のコメント
Walter Roberson
Walter Roberson 2021 年 2 月 27 日
編集済み: Walter Roberson 2021 年 3 月 2 日
The plot:: series was only for use inside MuPad. MuPad was an independent symbolic programming language that Mathworks purchased the rights for, and incorporated into a product, so it already had its own plotting routines.
Ciji Kurian
Ciji Kurian 2021 年 2 月 27 日
Thank you

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGet Started with MuPAD についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by