MADHVI - MATLAB Central
photo

MADHVI


Last seen: alrededor de 1 mes hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

MATLAB AnswersFrom 05/23 to 03/25Use left and right arrows to move selectionFrom 05/23Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

13 Preguntas
0 Respuestas

CLASIFICACIÓN
79.791
of 297.775

REPUTACIÓN
0

CONTRIBUCIONES
13 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
7.69%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.469

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.513

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 1

Ver insignias

Feeds

Ver por

Pregunta


find the minimum of polynomial.
To find the minimum of polynomial a*R^2+b*R+c=0. I want to minimize the f(R,a)=0. Give the command for minimizing f(R,a)=0. ...

alrededor de 1 mes hace | 2 respuestas | 0

2

respuestas

Pregunta


The problem is to calculate unknowns and plot graph for Nu vs time.
Matlab code is giving error on odearguments and ode45. % Main script xi = 0.1; Ra = 100; R = Ra * xi; epsilon = 0.1; i...

7 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


finding non zero solution for homogeneous system of equations
The following code is giving constant values of Nusselt number. The solutions are approximately close to zero. D = 0.1; L...

9 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


solving nonlinear homogeneous system of equations with suitable initial guess
Can anyone suggest intial guess(the value of A0) for the system of homogeneous nonlinear equations or any other method to solve ...

10 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Plot between Nu vs Ra
I need to plot for Nu vs Ra. The given code is giving multiple plots. I need a single plot for Nu vs Ra. Please check the co...

10 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


the contours are not coming in the plot
In this code, the contourslice line is not running. It's showing index in position 1 is invalid. Array indices must be positive ...

11 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


plot the function which is dependent on x, y and z with x, y and z on three axis.
D_value = 0.1; L_value = 0.1; B_value = 0.1; x = 0:0.01:L_value/D_value; y = 0:0.01:B_value/D_value; z = 0:0.01:0.25; [Y...

11 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


I need a plot between positive minima of given Ra_ and given xi in matlab.
xi = 0.1:0.01:0.5; Ra_ = 1.0e+06 * Columns 1 through 15 -9.0002 -5.0872 -1.4181 -1.3406 -1.1055 -0...

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

1

respuesta

Pregunta


forming a matrix with given entries
correct the use of if condition in the following code: function [A,B] = fdm1(H,xi,a,b,N) H = 1; xi = 0.1; a= -1; b = 1; N=5...

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

1

respuesta

Pregunta


write a matrix in the form AX=RBX
% Write matrix of form AX=R*B*X with X contains A(k) and B(k) are eigenvectors % conditions k = 1 to 10; n = 1 to k and n ...

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

0

respuestas

Pregunta


calculate integration of function
clc clear syms x y z D L B A(m, n, j, t) R nfin = 1; nffin = 3; % length of summation of n jfin = 1; jffin = 3; % le...

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

1

respuesta

Pregunta


Plotting in 3D using dashed and solid lines for a given range of R2
I need to plot for R2 using dashed line in [-5 0) and solid line in [0 5] in the same figure. Thanks in advance. hold on ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


3D plot Between one known and two unknown parameter.
For a given equation, A.^2+B.^2=R I need to plot between A,B and R where R is known(R lies between 1 to 10 for 100 resolutions)...

casi 2 años hace | 1 respuesta | 0

1

respuesta