14.2 Project - Stellar Motion (Script). Can someone please help me with task 3 of the onramp?

22 views (last 30 days)
I dont understand what to do can someone please explain and help me?
  5 Comments
HARPREET KAUR
HARPREET KAUR on 21 May 2020
please help me for task 3. It is showing an error
for c = 1:7
s = spectra(:,c);
loglog(lambda, s , "--")
if speed(c) <= 0
end
hold on
end

Sign in to comment.

Answers (4)

Cris LaPierre
Cris LaPierre on 23 Aug 2020
Edited: Cris LaPierre on 23 Aug 2020
In case you have not noticed, you can view the solution for every task. Click the "See Solution" link.

Maryam AlKhoury
Maryam AlKhoury on 18 Sep 2018
I also need help with that!!!!! I've been trying to figure it out for hours!!
  4 Comments

Sign in to comment.


Norma Ulloa
Norma Ulloa on 19 Apr 2021
no really i've being clicking the soluction tab and it is not showing up anything
  2 Comments
Cris LaPierre
Cris LaPierre on 19 Apr 2021
Some additional options to try
  • Restart your web browser
  • Make sure your browser is supported and up-to-date
  • Try a different browser
  • Clear you cache and cookies
  • Turn off any ad blocking software
DGM
DGM on 22 May 2023
If you're on a slow connection, you can expect a lot of the parts of the interface to simply be broken or missing completely. If the page elements are missing or unresponsive or if they give you connection errors or an infinite spinner, that's a possible cause to consider.

Sign in to comment.


Ghulam Nabi
Ghulam Nabi on 21 May 2023
Project - Stellar Motion II Tasks 2–4 answer
  8 Comments
Cris LaPierre
Cris LaPierre on 22 Nov 2023
I'm intrigued by the red error indicator. Can you share what the error message is? Please copy/paste all the red text.
Even if I get the task wrong, I do not get that icon.
DGM
DGM on 22 Nov 2023
One possibility:
If you had accidentally done something like
xlabel = 'Wavelength';
in a prior attempt, that would cause an error after you corrected it, since xlabel is still being treated as a variable.
If that were the case, make sure to clear the unintended variables.
clear xlabel ylabel
There are probably other possible explanations.

Sign in to comment.

Communities

More Answers in the  Distance Learning Community

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!