photo

Babr


Last seen: más de 1 año hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

MATLAB Answers

4 Preguntas
0 Respuestas

CLASIFICACIÓN
186.194
of 300.369

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.436

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


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

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


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.

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 2 años hace | 1 respuesta | 0

1

respuesta