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

1 vue (au cours des 30 derniers jours)
Ciji Kurian
Ciji Kurian le 26 Fév 2021
A := [[2, 1, 1],
[3, 4, 3],
[3, 5, 4],
[2, 6, 5]]:
plot(plot::Matrixplot(A))

Réponses (2)

Rohit Pappu
Rohit Pappu le 27 Fév 2021
  1 commentaire
Ciji Kurian
Ciji Kurian le 27 Fév 2021
Thank you, trying, but mu pad note book not available

Connectez-vous pour commenter.


Walter Roberson
Walter Roberson le 27 Fév 2021
A = [[2, 1, 1]
[3, 4, 3]
[3, 5, 4]
[2, 6, 5]];
surf(A)
  3 commentaires
Walter Roberson
Walter Roberson le 27 Fév 2021
Modifié(e) : Walter Roberson le 2 Mar 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.
Ciji Kurian
Ciji Kurian le 27 Fév 2021
Thank you

Connectez-vous pour commenter.

Catégories

En savoir plus sur Get Started with MuPAD dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by