Réponse acceptée

Stephan
Stephan le 8 Oct 2019
Modifié(e) : Stephan le 8 Oct 2019

0 votes

A = rand(10,5,3);
A = sum(A);
A = squeeze(A);
surf(A,'LineWidth',2)
Boxes.PNG

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by