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

3 visualizaciones (últimos 30 días)
Ciji Kurian
Ciji Kurian el 26 de Feb. de 2021
Editada: Walter Roberson el 2 de Mzo. de 2021
A := [[2, 1, 1],
[3, 4, 3],
[3, 5, 4],
[2, 6, 5]]:
plot(plot::Matrixplot(A))

Respuestas (2)

Rohit Pappu
Rohit Pappu el 27 de Feb. de 2021

Walter Roberson
Walter Roberson el 27 de Feb. de 2021
A = [[2, 1, 1]
[3, 4, 3]
[3, 5, 4]
[2, 6, 5]];
surf(A)
  3 comentarios
Walter Roberson
Walter Roberson el 27 de Feb. de 2021
Editada: Walter Roberson el 2 de Mzo. de 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.

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by