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

2 Ansichten (letzte 30 Tage)
Ciji Kurian
Ciji Kurian am 26 Feb. 2021
Bearbeitet: Walter Roberson am 2 Mär. 2021
A := [[2, 1, 1],
[3, 4, 3],
[3, 5, 4],
[2, 6, 5]]:
plot(plot::Matrixplot(A))

Antworten (2)

Rohit Pappu
Rohit Pappu am 27 Feb. 2021

Walter Roberson
Walter Roberson am 27 Feb. 2021
A = [[2, 1, 1]
[3, 4, 3]
[3, 5, 4]
[2, 6, 5]];
surf(A)
  3 Kommentare
Walter Roberson
Walter Roberson am 27 Feb. 2021
Bearbeitet: Walter Roberson am 2 Mär. 2021
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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Get Started with MuPAD finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by