Borrar filtros
Borrar filtros

matlab mobile limits(figure)

2 visualizaciones (últimos 30 días)
태진 안
태진 안 el 3 de Abr. de 2024
Editada: Steven Lord el 4 de Abr. de 2024
I want to use figure over than 200. but mobile version's limit is 10 for everytime.
Can you increase it MATLAB?
Casuse my device is Ipad pro 6th gen. Which is using M2 chip. I think its enough to run them.

Respuestas (1)

Angelo Yeo
Angelo Yeo el 3 de Abr. de 2024
Editada: Steven Lord el 4 de Abr. de 2024
I'm not a mobile user but I typically save figures into pictures if there are quite a lot of them. For example,
x = [2 4 7 2 4 5 2 5 1 4];
bar(x);
saveas(gcf,'Barchart.png')
What's more, you can save them in MATLAB Drive so that you can open in MATLAB Desktop or MATLAB Online.
Here are another useful pages for you.
[SL: fixed typo]

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by