Error in Matlab Fundamentals, 6.1 Project Review

Can someone please review the Matlab Fundamentals program section 6.1 Project Review parts 2/2 and 2/3? The program is not checking the variables in the workspace (see attached image of errors). My code is identical to the solution but I still get an error. I tried resetting the program but still no luck.

4 Kommentare

No, your images are too small and too low of a resolution for us to be able to read your code or the error messages, and you did not link to the question or model code.
Hi Walter, thanks for the quick response. I've attached a "blown up" version of the error in this message. Module details are: "Matlab Fundamentals" > Section is 6.1 "Project - Halfway Review of Fundamentals" > subsection task 2 "Women's 200m backstroke".
my code is >>load backstroke
This produces the variables "country","name" and "time" in the workspace when run; however when I submit the program says the variables are not loaded (I can see them in the workspace).
I did a search but I could not find a link to "Matlab Fundamentals" that had a section 6.1 Project Review. I have no idea which site or textbook is being referred to.
Adam Collins
Adam Collins am 12 Nov. 2017
Bearbeitet: Walter Roberson am 12 Nov. 2017
the course can be found in the "Matlab Academy" https://matlabacademy.mathworks.com/

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Mischa Kim
Mischa Kim am 12 Nov. 2017

0 Stimmen

Adam, thanks for bringing this to our attention.
I will forward your information internally and make sure it is addressed asap.

1 Kommentar

gs
gs am 13 Nov. 2017
There is a similar issues in "5.11 Reshaping Arrays: (7/8) Overall Average Electricity Revenue" and in "6.1 Project - Halfway Review of Fundamentals: (3/3)”

Melden Sie sich an, um zu kommentieren.

Walter Roberson
Walter Roberson am 13 Nov. 2017

0 Stimmen

In another question about the same issue, the workaround suggested is to add
boolean = @logical;
near the top of your code.

Kategorien

Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 12 Nov. 2017

Beantwortet:

am 13 Nov. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by