Stellar motion part 2, task 5

45 vues (au cours des 30 derniers jours)
Lorena
Lorena le 1 Juin 2023
Commenté : Mohammad le 28 Oct 2025 à 9:08
I'm doing the 5th task of Stellar motion part 2 and I keep getting it marked as wrong.
The solution to the task is
legend(starnames)
and even though I've tried a million ways of reentering it (restarting the task, writing it manually, copying and pasting the solution code), I keep getting a message telling me that "'legend' appears to be both a function and a variable". I can't keep going with the intro if this isn't accepted. Help :(
  2 commentaires
VISHWANATHAN
VISHWANATHAN le 24 Oct 2025 à 10:38
Hint
Use the legend function with one input.
If you get an error from the legend function, check for a variable named legend in the workspace. If this variable exists, clear the variable with clear legend before submitting the task.
Mohammad
Mohammad le 28 Oct 2025 à 9:08

Plz give correct clarification sir... How can i solve..?

Connectez-vous pour commenter.

Réponses (3)

Cris LaPierre
Cris LaPierre le 1 Juin 2023
Modifié(e) : Cris LaPierre le 1 Juin 2023
It appears at some point you created a variable named legend, which has overwritten the legend function.
Try adding clear legend before you use legend(starnames)
  4 commentaires
Ivan
Ivan le 21 Déc 2024
Same here. Thanks for the clarification!
VISHWANATHAN
VISHWANATHAN le 24 Oct 2025 à 10:50
can you give me ans

Connectez-vous pour commenter.


Gaurao
Gaurao le 5 Mai 2025
legend(starnames)

VISHWANATHAN
VISHWANATHAN le 24 Oct 2025 à 10:39
Hint
Use the legend function with one input.
If you get an error from the legend function, check for a variable named legend in the workspace. If this variable exists, clear the variable with clear legend before submitting the task.

Community Treasure Hunt

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

Start Hunting!

Translated by