photo

MG


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

8 Preguntas
0 Respuestas

CLASIFICACIÓN
76.846
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
8 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
25.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

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


Getting warning while running the attached code!!
clear all; close all; clc; syms x E = 30e3; s_u= 114; k_p = 154; n_p = 0.123; s_f_p = 169; e_f_p =1.14; b = ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Unable to perform assignment because the left and right sides have a different number of elements.
i=3; clmax= zeros(i,1); for j = 1: 1: i clmax(j) = del (j).clmax; end

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot 2D graph using 'to workspace block' and need to be popped up after simulation completed
I am trying to plot using to workspace block and I am sending x, y data to workspace . I need to plot the graph after the simula...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to solve first order inhomogeneous matrix equations.
N.B g_x and g_z can be any function

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I get plot for second txt file of the following attached code
clc clear all close all for R = 1:2 filename = ['Save','_','Polar','_',num2str(R),'.txt'] ...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I get values for n=500, 1000 and 2000 ? only getting values for n=4000!
m Euler_1 Euler_2 RK_4 ____ ________ __________ __________ 500 0 ...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I solve 6 different first order ODEs (Three DOF) with ODE45 in three different conditions
I have to write one script ( main program) and one script (ode45 function) containig those diffreential equations ( I have done ...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot from txt file using textscan?
XFOIL Version 6.99 Calculated polar for: NACA 2408 1 1 Reynold...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta