Borrar filtros
Borrar filtros

How do we solve Stellar Motion,Task 5

2 visualizaciones (últimos 30 días)
Yash
Yash el 24 de Ag. de 2023
Respondida: Rohit Kulkarni el 28 de Ag. de 2023
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 comentario
Dyuman Joshi
Dyuman Joshi el 24 de Ag. de 2023
What is the error? or why is it marked as wrong?
Are the dimensions of the inputs compatible for plotting?

Iniciar sesión para comentar.

Respuestas (1)

Rohit Kulkarni
Rohit Kulkarni el 28 de Ag. de 2023
Hi,
In my understanding in the given task you need to plot the graph using a base 10 logarithmic scale,
use the loglog() function to plot this graph instead of plot() function.
hold on
loglog(lambdaHa,sHa,"red square","MarkerSize",8)
hold off
Thanks

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by