CD
Followers: 0 Following: 0
Estadística
12 Preguntas
3 Respuestas
CLASIFICACIÓN
130.218
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
58.33%
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
of 153.912
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
help with symbolic int result
I ran into a problem, symbolic int results include int, adding a second variable, theta + psi, when using symbolic int. Attac...
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
How may one digitize a curve from an image
The attached jpeg contains battery discharge curves at various discharge currents (0.68 to 10 A). I'd like to create arrays (...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to quickly "plug in" numerical values into symbolic equations to get a numerical result
Setup: syms s fs = (-2*(s-1))/((s+1)*(s+2)); fs1 = (1/s)*fs; yt1 = ilaplace(fs1) ...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Thoughts on improving function execution time?
Matlab Community/Experts, I was able to reduce the execution time of the attached function from about 120 hours down to about...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Does Matlab solver allow integration?
I know how to use the solver to solver an ode: % L*diL/dt = -R*iL syms iL(t) R L Vo cond = iL(0) == Vo/R ode ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to speed up Matlab startup and shutdown - hangs around in Task Manager about 3 minutes after the Matlab application closes
Any thoughts on how to speed up Matlab startup and shutdown? Matlab application hangs around in Task Manager about 3 minutes ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Need to test all permutations
Say I have the following: A = [1 2 3], B = [1 2], C = [4], D = C + B*A I need D to contain all permutations of C+B*A: D1 = 4...
más de 5 años hace | 1 respuesta | 0
1
respuestaElement multiplication and subtraction
The second solution (M2) matches my results via excel. Thank you!
más de 5 años hace | 0
Pregunta
Element multiplication and subtraction
I'd like to run the following though I keep getting element multiplication/division errors: Ron = 0.012; RL = 0.003; R ...
más de 5 años hace | 3 respuestas | 0
3
respuestasPregunta
Looking for an identity or process to break one function into to
Would like to go from here: (A'*C - B*C) / (A + B) to A'*C/A - B*C/(A*(A+B)) Can anyone name this identity or process...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
tf2zp how to use k value
Setup: 2_a Coef and pole/zero pairs and gain (k) aN = 2.11e-12; bN = 3.90e-6; cN = 0; aD = 1.07e-10; bD = 2.97e-5...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to plot constant gain with bode
How does one plot a constant gain with bode? The following example gives me the following error: R1 = 81800; R2 = 1...
casi 6 años hace | 2 respuestas | 0
2
respuestasstep function with rise and fall times?
I understand how u is "shaped". Why did you multiplied Zo by 200 (y*200)? "plot(t,y*200)" What does function "tlim" do? Loo...
casi 6 años hace | 0
step function with rise and fall times?
How exactly does one us the lsim function? I added "step(Zo)" and "lsim(Zo, u, t)" below to compare results. With step I s...
casi 6 años hace | 0
Pregunta
step function with rise and fall times?
I'm looking for something similar to a step function where I can adjust the rise time, fall time and magnitude of the step heigh...
casi 6 años hace | 2 respuestas | 0