Como poner imágenes en Guide : Interfaz gráfica Matlab (Super-Calculadora)

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2020
  • ¿Cómo poner imágenes en las interfaces gráficas de Matlab.?
    axes(handles.axes1);
    [x,map]=imread('visor3.jpg');
    image(x);
    colormap(map);
    axis off
    hold on
    Video de programación en GUIDE
    • Cómo hacer un GUIDE en...

Комментарии •