How to plot these results?
2 ビュー (過去 30 日間)
古いコメントを表示
Hello, I would like to know if there could be any option to plot these? not really sure how to do it. Any help will be appreciate.d thanks.
format short
I = 3e10; sigma = 2.02e-18; nNO = 1e8; dz=30; H=10; k=3.5e-7;
qmax = I.*nNO.*sigma.*exp(-1)
q = qmax.*exp(1-(dz./H).*exp(-(dz./H)))
%fprintf('%.2f m^-3 s^-1 \n',q)
%Electron Density
ne = sqrt(qmax./k).*exp((0.5 .*(1 - (dz./H)) - exp (-dz./H)))
回答 (1 件)
Image Analyst
2023 年 9 月 14 日
Go here for plot options:
Pick one you like and adapt the sample code snippet.
What in your code is the x variable and what is the y variable?
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!