Can I open a MATLAB Grader problem from MATLAB Home?
Show older comments
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
on 10 Oct 2025
I have some questions regarding the interaction of Matlab Grader and Matlab Online:
1) In the Grader, typycally some file with code or data can be uploaded, which can be accessed by the reference solution and the learner solution. If the learner opens the problem in Matlab Online, is there a way to see/access these files? Currently the learner only gets the code_to_call live script and the learner solution there.
2) It's nice to be able to acces the Grader problem in Matlab Online, but is there also a way to enable the learner to work on the problem on a local Matalb installation?
3) The code_to_call in Matlab Online is always a live script (mlx). Is it possible to change this behaviour in order to get a plan script (.m)?
Jeff Alderson
on 11 Oct 2025
Steffen
on 15 Oct 2025
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
on 15 Oct 2025
Accepted Answer
More Answers (0)
Categories
Find more on Search Path 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!