Can I open a MATLAB Grader problem from MATLAB Home?

14 views (last 30 days)
I use MATLAB Home (matlab.mathworks.com) to see my assigned courses, projects, and MATLAB files. Can I open one of my assigned MATLAB Grader problems directly from the MATLAB home page?
  4 Comments
Steffen
Steffen on 15 Oct 2025 at 12:45
Regarding 2) it is completely fine, that the learner uses copy/paste from desktop MATLAB to the Grader. But to be able to build their solution on desktop MATLAB, they need access to the "Reference Files". So from my point of view it would be ideal to have a button in Grader to download the problem including all files in order to solve the problem first in desktop MATLAB and then copy/paste the solution to the Grader.
Regarding 1) Ok, but I don't get the point, why the learner is not allowed to see the reference files directly. Btw. there is a way to open these files: set a breakpoint and step in to the file during debug. But of course that is very inconvenient.
Regarding 3) I'm not a big fan of livescripts. I use .m scripts in the classroom, and .m scripts are also used in Grader. So I don't understand why users are forced to use livescripts in Online Matlab when working on a Grader problem. Perhaps users could be allowed to choose which format they prefer?
Jeff Alderson
Jeff Alderson on 15 Oct 2025 at 13:07
1 & 2) I will take this feedback to the product team to consider enhancements related to how we allow students to access the referenced files. Another method you have available is to put a link to a MATLAB Drive or Github repository in your problem description that includes any supplemental files or information you want the learners to have access to when they complete their solutions, whether on desktop or in MATLAB Online. Providing a link to a MATLAB Project file stored in Github using this format would be ideal: https://www.mathworks.com/products/matlab-online/git.html
3) You are incorrect in that LiveScripts have always been used behind the scenes in Grader as part of the Live Editor component where the instructor authors the reference solution, and the learner authors their own solution. The limited interface we show only shows the line numbered code sections of the script. Opening in MATLAB Online gives the students more flexibility to comment and document their code for their own purposes. MATLAB Grader only cares about the output of the solution in total, so I see you point about flexibility of solution format. I'll take the feedback to the product team.

Sign in to comment.

Accepted Answer

Jeff Alderson
Jeff Alderson on 1 Apr 2024
This functionality is under consideration for future updates. For now, please login to grader.mathworks.com, access your Course/Assignment/Problem, and click "Open Problem in MATLAB Online" from the problem page.

More Answers (0)

Categories

Find more on Search Path in Help Center and File Exchange

Products


Release

R2024a

Community Treasure Hunt

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

Start Hunting!