photo

Kamar Ledgister


Last seen: alrededor de 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
163.104
of 300.365

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

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

Feeds

Ver por

Pregunta


I am trying use contour function in MATLAB to plot the pressure coefficient in the entire flow domain and pin the pressure coefficient at the stagnation points? Any assistance
k = 1; Uinf = 1; rho = 1.2; [x y] = meshgrid ([-1:0.1:1],[-1:0.1:1]); u = -k/(2*pi)*(x.^2 + y.^2 - 2*y.^2)./(x.^2 + y....

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

1

respuesta

Pregunta


Why do I get error when solve the bode plot
clear all clc R1=3143; R2=5000; R3=1000; Rf=1000; L=10000; C1=2.53*(10^-5); C2=3.1831*(10^-5); num=[(R1*R2*C1*...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why do I get error undefined function or variable?
% Runge Kutta h = 0.1; t1 = 0:h:50; n = length(t1); v1 = zeros(1,n); v1(1)=0; for i = 1:n-1 k1 = velocity1(t1(i),v1(i)); ...

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

1

respuesta

Pregunta


Why do I receive legend error in matlab
close all; clear all; clc m=10; b=5; k=100; F=100; timerange=[0 20]; initialvalues=[0 0]; [t, x]=ode45(@second_order1,t...

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

1

respuesta

Pregunta


Error using vertcat Dimensions of arrays being concatenated are not consistent.
sol = [alpha_2; W2; B2; W3; B_3; V3; a3; w; n; l; S; Ni; rh; rt; L_F]' table = array2table(sol,'VariableNames',{'alpha_2','W2',...

más de 5 años hace | 0 respuestas | 0

0

respuestas