Live Editor (Matlab Mobile): clear output

9 views (last 30 days)
Denner Guilhon
Denner Guilhon on 21 Feb 2024
Edited: Denner Guilhon on 22 Feb 2024
Hi! How can I clear all outputs in Matlab Mobile when using the Live Editor environment?

Answers (1)

Maneet Kaur Bagga
Maneet Kaur Bagga on 21 Feb 2024
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 Comments
Denner Guilhon
Denner Guilhon on 21 Feb 2024
Hi! That's what I initially guessed. Thank you for your answer.
Maneet Kaur Bagga
Maneet Kaur Bagga on 21 Feb 2024
Edited: Maneet Kaur Bagga on 21 Feb 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!

Sign in to comment.

Categories

Find more on Entering Commands in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!