Estadística
CLASIFICACIÓN
35.780
of 300.369
REPUTACIÓN
1
CONTRIBUCIONES
17 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
64.71%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
11.408 of 20.936
REPUTACIÓN
43
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
4 Archivos
DESCARGAS
10
ALL TIME DESCARGAS
162
CLASIFICACIÓN
24.036
of 168.436
CONTRIBUCIONES
0 Problemas
14 Soluciones
PUNTUACIÓN
220
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
I need to rotate my 3D figure
I have particle size data for differrent De(parameter) values. I have plotted 2Dbar graphs, I want stack all figures into one 3...
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
Issue in line plot while saving in vector graphics
I had a matlab figure, it contains 4 lines. When I'm trying to save as pdf/eps/emf, one of the line's resolution is going crazy....
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Solving Inequalities using symbolic tool box
When I try to solve simple inequality let say the solution is but matlab is giving wierd answers syms x solve(x^2 - 2...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to assign different values to different variables at once using deal() function?
I had some values which are in a single vector named "param". Let us consider it has "n" elements. I want to assign this "n" val...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to solve PDE with two regions
Suppose I've a PDE which is valid in two regions. Can we solve this eqns with pdepe solver?
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
At max, how many systems of odes can we solve at once?
I need to solve the 5*n^2 system of odes at once. I got a solution till n = 61 (18605 ODEs). I want to know the maximum number ...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I plot Streamlines of velocity components of spherical coordinate system?
I solved Navier stokes in Spherical coordinates and I got velocity field inside a sphere i.e If I plot contours using the ...
casi 3 años hace | 1 respuesta | 1
1
respuestaPregunta
can we plot convergence of a ode solver same as fsolve?
Using 'fsolve', we can use the below code to plot the convergence. x0 = [0,0]; opts = optimoptions(@fsolve,'Display','none','P...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to limit fsolve to find solution in Real numbers domain
Suppose, If I have some set of non-linear equations. I want to solve those equations with fsolve, but I want solution only in re...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Plotting the function on a Sphere?
Let me explain, what I'm actually solving. I'm solving Diffusion-Reaction equation(3D) in spherical coordinates. ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot a data in spherical coordinates?
Let me explain, what I'm actually solving. I'm solving Diffusion-Reaction equation(2D) in spherical coordinates(axis-symmetric ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
how do I swap both axes in the current plot
I have symbollic function, I'm plotting that function using fplot syms y U = y^2/2 - (3*y)/4; yrange = [0,1]; fplot(U,yr...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to add color bar for streamslice plot?
i want to know intensity of streamlines, so i need color bar for streamslice plot. can anyone help in this regard. clc, clear...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
how to remove arrows in streamslice plot?
I want to remove arrows from this plot. can anyone help in this regard. clc, clear, close; X = linspace(0,1.5); Z = linspac...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Differential algebraic eqn solving using ode15s
I've a 6Differential_Equations's and 6Algebraic_Equations's, with initial condition. when I'm excecuting the code i'm getti...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Coupled Mass and energy equations using bvp4c
clc,clear,close global Pem Peh Da b U yw yf Pem = 2000; Peh = 500; Da = 1e8; b = 0.015; U = 1; yw = 0.9; yf = 0.0503...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get the numerical value from Matlab - comsol server?
I connected Matlab to COMSOL server and created a model. The model describes flow past hot cylinder in a rectangular channel..I ...
alrededor de 4 años hace | 0 respuestas | 0






