How do students/learners know the contents of reference files in MATLAB Grader?

조회 수: 2 (최근 30일)
How do students know the names of variables that were made available to them in reference files? How can the student view the contents of files that were added to reference files?

채택된 답변

Jeff Alderson
Jeff Alderson 2020년 6월 16일
A best practice is to include lines of code that call the reference files or functions the instructor wants to run in order to set up the students' workspace, and then lock those lines of code so that they are not editable. Then the student can use the "who" or "whos" commands to explore the contents of the workspace. Additionally, the files themselves will be available to the student to interact with in their solution. It is common to call out the names of the files and how you want the student to interact with them in the problem description itself.

추가 답변 (0개)

커뮤니티

더 많은 답변 보기:  원격 교육 커뮤니티

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by