photo

Babr


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
137,312
of 300,381

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20,941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,477

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


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]...

1 year ago | 0 answers | 0

0

answers

Question


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.

1 year ago | 1 answer | 0

1

answer

Question


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...

1 year ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer