In MATLAB Grader, how can I assess students' output? All I can do is to compare variables or keywords

8 ビュー (過去 30 日間)
In MATLAB Grader, how can I assess students' output? All I can do is to compare variables or keywords
I want to make an exercise problem about printing star triangle out, as shown below.
*
***
*****
*******
*********
***********
However, it's quite tricky to make assessments
I can check whether they used the key word "for", and "fprintf", but not the results
this assessment will pass all the solutions with the keywords.
Will it be available to make variables about the output????

回答 (1 件)

Cam Salzberger
Cam Salzberger 2020 年 7 月 31 日
Hello Hyunjee,
As you specify the code to call the student's provided functions or scripts, you could call it within an evalc call. This will capture anything that would normally be printed to the command window, which you can then check for the presence of the asterisk pyramid.
-Cam

カテゴリ

Help Center および File ExchangeGraphics Object Properties についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by