Bug in Task 5: Section: Vectors and Matrices Create Evenly Spaced Vectors in MATLAB Onramp
    8 views (last 30 days)
  
       Show older comments
    
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 Comment
  Torsten
      
      
 on 4 Sep 2025
				Try what is recommended in the answer given here:
i.e. clear your browser cache.
Answers (1)
  Renee Coetsee
    
 on 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 Comments
See Also
Categories
				Find more on Entering Commands in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

