How do we solve Stellar Motion,Task 5
5 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Dyuman Joshi
2023 年 8 月 24 日
What is the error? or why is it marked as wrong?
Are the dimensions of the inputs compatible for plotting?
回答 (1 件)
Rohit Kulkarni
2023 年 8 月 28 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!