jf
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
66.957
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
44.44%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
91.571
of 153.912
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Create and plot an oriented graph of a circuit from a netlist
Hello, it should be a ridiculously trivial task, but I have to admit I've been stuck on it for a few months. Sadly, I'm not ver...
3 meses hace | 1 respuesta | 0
1
respuestaPregunta
Index exceeds the number of array elements in ODE using anonymous function
I dont't understand what is wrong with this scirpt. For different set of equations I was able to use anonymous functions inside ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot coordinate data to appear solid with lighting effect?
I have quite delicate problem. In the for loop I am plotting these circles using plot3(x,y,z) so after number of iteration...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Avoid root switching using roots
Hello, I am having following problem. It is a very simple. First formulate symbolically some matrix . Then I wish to study . ...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
transform ode15i input to ode15s input
Since I got completely stuck in the last two weeks I am giving up with ode15i solver and I would like to solve my equations usin...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Piecewise ode15i
Suppose that given DAE system containing peicewise defined function. What is more convenient way to call ode15i: a) put condit...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
ode15i instability and initial values
Consider following MWE: eqn1 = i_V11(t) + u_1(t)/10 - u_2(t)/10 == 0 eqn2 = (3*u_2(t))/25 - u_1(t)/10 - u_3(t)/50 + (77371252...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Generation of symbolic vector of functions
I need to define a lot of symbolic variables for DAE solver. Instead of using sym f1(t) f2(t) % up to arbitrary fN(t) i woul...
casi 4 años hace | 1 respuesta | 0
1
respuestaResuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
alrededor de 4 años hace
Pregunta
Gegenbauer polynomials wont produce Chebyshev polynomials using Symbolic Toolbox
Consider code syms x n = 4; a = -0.5; gegenbauerC(n,a,x) It produces following output - (5*x^4)/8 + (3*x^2)/4 - 1/8 which...
alrededor de 4 años hace | 1 respuesta | 0