Why can't I see the MATLAB workspace in MATLAB Grader?

5 views (last 30 days)
How do students visualize the workspace in MATLAB Grader, like they might do in MATLAB or MATLAB Online?

Accepted Answer

Jeff Alderson
Jeff Alderson on 10 Apr 2024 at 15:13
You can now open and solve a MATLAB Grader problem in MATLAB Online. See documentation here: https://www.mathworks.com/help/matlabgrader/ug/submit-solution-in-matlab-online.html

More Answers (1)

Jeff Alderson
Jeff Alderson on 16 Jun 2020
When running a solution in MATLAB Grader, the learner can make use of the "who" and "whos" commands to get a list of variables in their workspace at any time, and as the iterate on their solution. The complete ourput of their script is available to them when running their solutions. Additionally, a student might prefer to iterate on their solution in MATLAB or MATLAB Online before pasting their solution into MATLAB Grader when it is ready to submit. That approach will also allow them to make use of the full workspace, debugger, and other MATLAB features to iterate on their solution without counting against any limits on submission attempts.

Communities

More Answers in the  Distance Learning Community

Categories

Find more on Historical Contests 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!