Live Editor (Matlab Mobile): clear output

Hi! How can I clear all outputs in Matlab Mobile when using the Live Editor environment?

Respuestas (2)

Maneet Kaur Bagga
Maneet Kaur Bagga el 21 de Feb. de 2024

0 votos

Hi,
As per my understanding you want to clear the variables from the current workspace while working on MATLAB Mobile Application.
You may use the "clear" command followed by the variable name to clear the variables you want to remove from the current workspace.
Please refer to the following documentation which gives all the functions that can be used for MATLAB Mobile Application:
Hope this helps!

4 comentarios

Denner Guilhon
Denner Guilhon el 21 de Feb. de 2024

Hi! Thank you for your answer! I meant to clear the printed outputs, not clear the variables. In the Live Editor right click menu from the desktop or online version of Matlab you can access this option. But I do not know how to do something similar in Matlab Mobile

Dyuman Joshi
Dyuman Joshi el 21 de Feb. de 2024
Editada: Dyuman Joshi el 21 de Feb. de 2024
That feature might not be available on MATLAB Mobile*.
You should contact TMW Support and ask them about this - Contact Support
Denner Guilhon
Denner Guilhon el 21 de Feb. de 2024
Hi! That's what I initially guessed. Thank you for your answer.
Maneet Kaur Bagga
Maneet Kaur Bagga el 21 de Feb. de 2024
Editada: Maneet Kaur Bagga el 21 de Feb. de 2024
Hi,
To solve the above equation the possible way to do is using "solve" function:
S = solve(eqn)
For solving Symbolic equations in MATLAB Mobile you can refer to thw following documentation.
To refer to all the applications in the MATLAB Mobile you may refer to the following documentation:
Hope this helps!

Iniciar sesión para comentar.

Elena
Elena el 29 de Jul. de 2024

0 votos

There is a new feature available in MATLAB Mobile. Now you can clear individual or all variables using the Workspace browser, accessible via an icon on the toolbar.

3 comentarios

Dyuman Joshi
Dyuman Joshi el 31 de Jul. de 2024
@Elena, It will be helpful to mention since when this feature is available on MATLAB Mobile.
Elena
Elena el 31 de Jul. de 2024
The feature was released in March 2023 and is available in MATLAB Mobile, starting with version 9.0 on iOS platform and version 6.0 on Android platform.
Walter Roberson
Walter Roberson el 31 de Jul. de 2024
The question has to do with outputs, not variables.

Iniciar sesión para comentar.

Categorías

Más información sobre Programming en Centro de ayuda y File Exchange.

Preguntada:

el 21 de Feb. de 2024

Comentada:

el 31 de Jul. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by