Beantwortet
How do I enroll multiple students/learners in MATLAB Grader?
Copying and pasting multiple email addresses from Microsoft Excel works farily well, as MATLAB Grader supports adding a comma se...

fast 4 Jahre vor | 0

| akzeptiert

Frage


How do I enroll multiple students/learners in MATLAB Grader?
Can you enroll multiple students into a MATLAB Grader course without adding them one at a time?

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How do students/learners know the contents of reference files in MATLAB Grader?
A best practice is to include lines of code that call the reference files or functions the instructor wants to run in order to s...

fast 4 Jahre vor | 0

| akzeptiert

Frage


How do students/learners know the contents of reference files in MATLAB Grader?
How do students know the names of variables that were made available to them in reference files? How can the student view the c...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Can I copy an entire problem collection or group in MATLAB Grader?
Currently, we support the copying of an entire Course created by the instructor, but not a Collection provided by MathWorks. Yo...

fast 4 Jahre vor | 1

| akzeptiert

Frage


Can I copy an entire problem collection or group in MATLAB Grader?
Is it possible to make a copy of whole existing collection (like Introduction to Programming), or I should copy problem-by-probl...

fast 4 Jahre vor | 1 Antwort | 1

1

Antwort

Beantwortet
Why can't I see the MATLAB workspace in MATLAB Grader?
When running a solution in MATLAB Grader, the learner can make use of the "who" and "whos" commands to get a list of variables i...

fast 4 Jahre vor | 0

| akzeptiert

Frage


Why can't I see the MATLAB workspace in MATLAB Grader?
How do students visualize the workspace in MATLAB Grader, like they might do in MATLAB or MATLAB Online?

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Can I add links/URLs to MATLAB Grader problems?
MATLAB Grader users a rich text editor which allows for the inclusion of text, images, inline code and links (URLs). More infor...

fast 4 Jahre vor | 0

| akzeptiert

Frage


Can I add links/URLs to MATLAB Grader problems?
How do I add links (URLs) to the problem description or other editable text areas in MATLAB Grader?

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How do I access problem collections in MATLAB Grader?
MATLAB Grader problem collections are available to verified instructors only. Instructors can request access through Customer S...

fast 4 Jahre vor | 2

| akzeptiert

Frage


How do I access problem collections in MATLAB Grader?
When adding a new problem to an existing course or collection, I do not see the problem collections provided by MathWorks, I onl...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
What are Collections and Groups in MATLAB Grader?
Collections and Groups are helpful to create and organize content for instructors to collaborate before they create the course w...

fast 4 Jahre vor | 0

| akzeptiert

Frage


What are Collections and Groups in MATLAB Grader?
What is the meaning of "Group" in "Collection". How am I supposed to use Groups?

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Does MATLAB Grader support similarity scoring or detect cheating?
MATLAB Grader currently does not support built-in similarity scoring. However, you can use the assignment-level report in MATLA...

fast 4 Jahre vor | 0

| akzeptiert

Frage


Does MATLAB Grader support similarity scoring or detect cheating?
Is there way for this platform to check if students copied code from each other, i.e. to measure similarity of solutions or enfo...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Is it possible to automatically grade Simulink/Simscape models?
MATLAB Grader was designed to automatically grade MATLAB code and not Simulink models interactively. While Simulink models can ...

fast 4 Jahre vor | 0

| akzeptiert

Frage


Is it possible to automatically grade Simulink/Simscape models?
Does MATLAB Grader support the autograding or the use of Simulink models in autograded MATLAB code?

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How is MATLAB Grader Licensed?
MATLAB Grader is available at no cost for instructors that have access to a MATLAB license that is current under maintenance, in...

fast 4 Jahre vor | 0

| akzeptiert

Frage


How is MATLAB Grader Licensed?
How is MATLAB Grader Licensed? Do students require a separate license? Are (student) licences for all toolboxes required that ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
What is an "LMS"? How is an LMS different than MATLAB Grader?
LMS is an acronym for Learning Management System. Common LMS platforms you may use include Moodle, Canvas, Blackboard, Ilias, e...

fast 4 Jahre vor | 0

| akzeptiert

Frage


What is an "LMS"? How is an LMS different than MATLAB Grader?
What is the relationship between MATLAB Grader and a Learning Management System?

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Does MATLAB Grader support quizzes, exams, and other high stakes assessment?
Yes, you can use MATLAB Grader assessments for high stakes assessments such as quizzes and exams. It should work well for a var...

fast 4 Jahre vor | 1

| akzeptiert

Frage


Does MATLAB Grader support quizzes, exams, and other high stakes assessment?
We frequently get asked for recommendations on how to use MATLAB Grader for examinations, and if we could share any tips or best...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Matlab crashing when I use Microsoft Teams?
Please contact MathWorks Customer Support, so that we can better assist you in troubleshooting this issue. https://www.mathwork...

fast 4 Jahre vor | 1

Beantwortet
How can I score MATLAB Grader assignments using the points assigned to assessment tests for the problems in an assignment?
Currently, we only provide problem-level scoring in MATLAB Grader. We are looking into providing Assignment level scoring in th...

etwa 5 Jahre vor | 0

| akzeptiert

Gelöst


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

mehr als 5 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

mehr als 5 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 5 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

mehr als 5 Jahre vor

Mehr laden