George Bashkatov
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
34.090
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
87.5%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
93.664
of 153.912
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to speed up my code?
I have a code with a lot of cycles and matrix multiplication. Input data: vector M of matrices 2x2, n2 - length of vector M (num...
casi 3 años hace | 1 respuesta | 0
1
respuestaTo pass a variable outside a parfor loop
1) replace (length(A)-1), length(P) and (length(B)-1). 2)make temporary variables lentemp and rtemp 3)add one more index j ...
más de 3 años hace | 0
| aceptada
Pregunta
To pass a variable outside a parfor loop
I have a loop that looks like: parfor j=1:length(P) for i=1:(length(A)-1) %unnecessary calculations for i=1:(length(A)-1) e...
más de 3 años hace | 1 respuesta | 1
1
respuestaResuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
más de 3 años hace
Pregunta
Vectorization of a function with system of ODE's
I want to modify famp so that it accepts a vector of y values, and reshapes the values to 2 columns, and then computes values fo...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Improving the speed of code with passing to a function input a cell array or structure.
I'm trying to pass some amount of numerical data as a function input. I had that row in my code: [z1,y1]=ode45(@(z,y) famplif...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I vectorize this code?
i had a loop: for j=1:length(Pa) for i=1:(length(r)-1) Ip=2*Pa(j)*exp(-2*r(i)^2/wa^2)/(pi*wa^2); % Интенсивность накачк...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Pass a structure to a function
I'm trying to pass this structure to the function, but matlab writes: Dot indexing is not supported for variables of this type. ...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Help me with plotting, please.
Here is the code: h_s=0.1; % step for integrals and graphs n_0=1*10^19; %quantity of atoms W=0.7; %wide (cm) H=0.3; %height ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem with plotting equation
I have an implicit equation where x and y - variables. I want to make a graph, but ezplot function doesn't work. MATLAB writes: ...
casi 4 años hace | 1 respuesta | 0