How can I alter the MarkerSize of a plot on MATLAB Onramp?
    2 ビュー (過去 30 日間)
  
       古いコメントを表示
    
I was requested to modify the "MarkerSize" of a plot in an exercise on MATLAB Onramp, it was said to access the property inspector through the figure window, and I also tried executing the command inspect on the command window after running the program, but didn't work on Onramp, but on MATLAB 2023a. 
2 件のコメント
  Dyuman Joshi
      
      
 2024 年 1 月 6 日
				Please share which section and which question you are having the trouble with.
I am unable to find any questions on MATLAB Onramp, R2023a, where the question is to modify the MarkerSize of a plot via accessing the property inspector.
回答 (1 件)
  Sulaymon Eshkabilov
      
 2024 年 1 月 8 日
        The answer is:
hold on
x = lambdaHa; 
y = sHa;
plot(x, y, "rs", "MarkerSize", 8)
0 件のコメント
参考
カテゴリ
				Help Center および File Exchange で Annotations についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


