Bug in Task 5: Section: Vectors and Matrices Create Evenly Spaced Vectors in MATLAB Onramp
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Has anyone taken the MATLAB Onramp course? I'm in Task 5 in the Vectors and Matrices-Create Evenly Spaced Vectors module and it won't accept b = linspace(1,10,5) as the answer to: Create a row vector named b that starts at 1, ends at 10, and contains 5 elements.
The task wants us to use linspace. The correct values are outputted and it matches the solution.
Is this a known bug? I'd like to get the certificate at the end so I really need to have this answer accepted! Appreciate any help.
1 Kommentar
Torsten
am 4 Sep. 2025
Try what is recommended in the answer given here:
i.e. clear your browser cache.
Antworten (1)
Renee Coetsee
am 5 Sep. 2025
I could not reproduce an issue in Task 5. If you are still seeing the issue, could you please include a screenshot of the full window, including all the code in your script?
0 Kommentare
Siehe auch
Kategorien
Mehr zu Entering Commands finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!