How do we solve Stellar Motion,Task 5
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How do
This is my code which keeps getting marked as wrong where we have to
hold on
plot(lambdaHa,sHa,"red square","MarkerSize",8)
hold off
1 commentaire
Dyuman Joshi
le 24 Août 2023
What is the error? or why is it marked as wrong?
Are the dimensions of the inputs compatible for plotting?
Réponses (1)
Rohit Kulkarni
le 28 Août 2023
Hi,
In my understanding in the given task you need to plot the graph using a base 10 logarithmic scale,
hold on
loglog(lambdaHa,sHa,"red square","MarkerSize",8)
hold off
Thanks
0 commentaires
Voir également
Catégories
En savoir plus sur Line Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!