Error in Matlab Fundamentals, 6.1 Project Review
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2017-11-12
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.
回答(2 个)
Mischa Kim
2017-11-12
Adam, thanks for bringing this to our attention.
I will forward your information internally and make sure it is addressed asap.
1 个评论
gs
2017-11-13
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)”
Walter Roberson
2017-11-13
In another question about the same issue, the workaround suggested is to add
boolean = @logical;
near the top of your code.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Software Development Tools 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!