Babr
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I want to increase the distance, the dimensions of the viewing screen should be such that all the beams are on the screen while the pixel value is fixed. How is this possible?
Hi Look at this code: close all; clear; clc N = 2560; L = 1e4; dx = 4e-3; [x0,y0] = meshgrid((-N/2:N/2-1)*dx); [xL,yL]...
7ヶ月 前 | 0 件の回答 | 0
0
回答質問
When this code is executed, 36 separate windows will open. I want the result to be displayed in a window.
I want the output to be similar to this image.
7ヶ月 前 | 1 件の回答 | 0
1
回答質問
Solving the differential equation by the Runge-Kutta method (ode45)
I want solve this equation numerically and use fourth order Runge-Kutta method. (ode45) What is the code? My code: functi...
9ヶ月 前 | 1 件の回答 | 0
1
回答質問
I have a problem in my code. Who can help me to fix it?.. I can't find my mistake. Please help me.
close; clear; clc; lambda = 532e-9; % laser Nd:Yag wavelength second harmonic k = 2 .*pi ./lambda; w0 = 0.01; % Laser rad...
約1年 前 | 1 件の回答 | 0