Tevel Hedi
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
204.225
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Pregunta
Check for incorrect argument data type or missing argument in call to function 'isfinite'.
c=8; x=9; y=10; f=@(x,y)(f1(x,y,c)+f3(x,y,c)); ff=@(x,y)f2(x,y,c); eqs=@(x,y)[f(x,y),ff(x,y)]; sols=[0,0]; sols=fsolve(@(...
más de 2 años hace | 1 respuesta | 0
1
respuestaTransform 2d array latitude into 1d array latitude
search "transpose" in matlab and use that command on your vectors.
más de 2 años hace | 0
Pregunta
Nonscalar arrays of function handles are not allowed; use cell arrays instead.
syms o p fun1=o+p; fun2=o*p+5; eq1=matlabFunction(fun1); eq2=matlabFunction(fun2); bbb=fsolve(@(o,p) [eq1;eq2],[0,1]); Wha...
más de 2 años hace | 3 respuestas | 0
3
respuestasPregunta
Editing a function and then using fzero
I am trying to write a code that uses fzero on a function. As I see it the only one way to edit and ran scripts on a function i...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Numarical solution of an equation with summation
I an trying to solve numericly an equation with two infinite sums of trigonometric functions that equels to a polynomial. The v...
más de 2 años hace | 0 respuestas | 0