Radu Trimbitas
Followers: 0 Following: 0
Estadística
12 Preguntas
8 Respuestas
0 Problemas
58 Soluciones
CLASIFICACIÓN
3.612
of 301.628
REPUTACIÓN
16
CONTRIBUCIONES
12 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
8
CLASIFICACIÓN
of 21.366
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
9.571
of 175.858
CONTRIBUCIONES
0 Problemas
58 Soluciones
PUNTUACIÓN
776
NÚMERO DE INSIGNIAS
4
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
troubles with ginput function
I have troubles with ginput under Windows 11. A lot of MATLAB code which works well under Windows 10 does not function correctly...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Troubles with ginput() function
I have troubles with ginput under Windows 11. A lot of MATLAB code which works well under Windows 10 does not function correctly...
más de 3 años hace | 1 respuesta | 0
1
respuestafinding multiple roots using newton raphson
The standard solution, if you know the multiplicities in advance is to use the reccurence relation where is the multiplicit...
casi 4 años hace | 1
solve eq by newton raphson method
Solve the equation with Newton-Raphson method. Define function and derivative format long f=@(x) 3*x+sin(x)-exp(x); df=@(x)...
más de 4 años hace | 0
What is Jacobi method
See the following source: function [x,ni]=Jacobi(A,b,x0,err,nitmax) %JACOBI Jacobi method %call [x,ni]=Jacobi(A,b,x0,err,ni...
más de 4 años hace | 0
Pregunta
How can I define a symbolic function with vector arguments?
I wish to define a symbolic function with a vector argument, e.g. f(x) = x(1)^2+x(2)^3+x(1)*sin(x(3)) How can I do this withou...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
History.xml strange behavior
When MATlab detect an error, after the error message MATLAB display [1,2,3]*[2,1]' Error using * Incorrect dimensions for...
casi 6 años hace | 1 respuesta | 1
1
respuestaUnable to convert expression into double array.
It is not clear what do you want. Your expressions are entirely symbolic. If you want to give later values to x,y,z, phi, etc tr...
alrededor de 6 años hace | 1
| aceptada
solving coupled differential system
Dear Saman, If set x=u(1), x'=u(2), y=u(3), y'=u(4) and M=[1,0,0,0; 0, m1,0,m2; 0,0,1,0; 0, m2,0,A], then the system becomes...
alrededor de 6 años hace | 0
Pregunta
functions of funtions symbolic
How could I define a functional (a function of functions), e.g in MATLAB Symbolic Math Toolbox. The function is an input par...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Conversion from MuPAD to MATLAB
Can anybody help me to convert the following MuPAD functions to MATLAB Symbolic Math? //Peano Th and kernel //pp - truncated...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Function of function in Symbolic Math Toolbox
How could I define a functional in Symbolic Math Toolbox , eg . I wish a generic definition that allows to choose several functi...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
normalizing a symbolic expression?
Is there any corresponden in Symbolic Math Toolbox for Maple or Mupad function normal ? (normalizing a rational expression, wri...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Customize export from live editor to LaTeX
How can I customize the export from MATLAB Live Editor to LaTeX? Is there a solution different from modification of matlab.sty f...
más de 6 años hace | 1 respuesta | 3
1
respuestaPregunta
fplot add an undesired line
When I use fplot with LineWidth a dashed thick gray line appears on the right edge o the box. Example h=fplot(@(u) u.*exp(u),[-...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Using previous analysis result in PDE Toolbox
I have a system of two elliptic PDEs which must be solved for several values of some parameters. I order assure convergence, I t...
más de 7 años hace | 0 respuestas | 1
0
respuestasHow can I solve an equation using fixed point method?
If you wish to solve x=2^(-x) use successive approximation method. Provide a function, a starting value and a tolerance. funct...
casi 10 años hace | 0
How to create 3D grid from data without interpolation?
interp2() has options for cubic or spline
casi 10 años hace | 0
simple inequality check fails - why?
Your code works works correctly in MATLAB 2014a.
más de 11 años hace | 0
Pregunta
Mupad export to LaTeX
How can I export Mupad notebooks to LaTeX?
alrededor de 15 años hace | 2 respuestas | 1








