Babr
Followers: 0 Following: 0
Statistiques
4 Questions
0 Réponses
RANG
231 076
of 295 448
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
0
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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]...
7 mois il y a | 1 réponse | 0
0
réponseQuestion
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 mois il y a | 1 réponse | 0
1
réponseQuestion
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 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
environ un an il y a | 1 réponse | 0