photo

Chetna Sharma


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
1 Respuesta

CLASIFICACIÓN
38.295
of 301.447

REPUTACIÓN
1

CONTRIBUCIONES
7 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
57.14%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 21.284

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.609

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


How can I remove inaccuracy in my code ?
Hello, I am solving an equation (in my function file) using globalsesrch,fimcon present in the main program. I want my progra...

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

0

respuestas

Pregunta


Globalsearch not working for a function file.
Hello, Globalsearch is not able to solve my equation in function file. It is giving me an error -'Supplied objective function m...

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

1

respuesta

Pregunta


I am using curve fitting for three variables using linear interpolation, z =f(x,y). It gives me SSE =0 too. How I can know which equation it formed from my data between x and y to give z ?
The data I fed was, lambdadata = [ 632; 800; 1064; 1310; 1550]; in place of X Vdata = [11.9301; 18.8496; 21.2589; ...

más de 9 años hace | 1 respuesta | 1

1

respuesta

Respondida
How to select an interval in fsolve ?
Hello Star, I tried to find out the interval by using fmincon in Global optimization toolbox.The funtion doesn't return to near...

más de 9 años hace | 0

Pregunta


How to select an interval in fsolve ?
I am using fsolve to solve a set of two non linear equations in two variables. But I have no idea which interval I should select...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How I can plot two conditions together ?
I have to plot when r<=a, psi = psi = (1/besselj(0,1.31689).*(besselj(0,1.31689.*(r/a)))); and for r>=a, psi= psi = (1/bess...

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

1

respuesta

Pregunta


Getting an error, fsolve stopped because it exceeded the function evaluation limit, options.MaxFunctionEvaluations = 200 (the selected value). I tried increasing the value to 400, then 2000 but still it shows this error. please help.
my code is - function F = myfun(z) a = 3*10^-6; lambda = 632*10^-9; n1 = 1.455; n2 = 1.45; k0 = 2*pi/lambd...

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

0

respuestas

Pregunta


I am getting an error, solver stopped prematurely,maxfuneval exceeded 200( default value). I tried solving by mentioning 'MaxFunEval',20,'Maxiter',20. But didn't work. What to do ? Please help
My code looks like this function F = myfun(z); a = 3*10^-6; lambda = 632*10^-9; n1 = 1.455; n2 = 1.45; k0 =...

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

1

respuesta