1582251394
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
264.020
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
62.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
Sort first column of a 5x2 matrix but keep the rows intact after sorting
Hi, I have a 5x2 matrix and I would like to sort the first column and keep the rows together after the sorting is done. For exam...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
RLC Transfer Function Magnitude and Phase Response
Hi, I am trying to plot the magnitude and phase response for a parallel RLC circuit. The curves look close to what it should ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Reason for line not plotting?
x = 1:10:100; y = (((20*x+35000)/(70))-1)/x; plot(x,y) I was wondering why the above code does not plot the function...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
DTFT of x[n]
Hi, I have a given a sequence x[n] = [1 2 3 5 6 7]; I'm trying to perform a DTFT on this sequence. I can't seem to find any D...
casi 8 años hace | 3 respuestas | 0
3
respuestasPregunta
Controllable, Observable and Jordan or Diagonal Form from Transfer function
Hi, I have the following transfer function: >> num = [2 3]; >> den = [1 3 3 1 0]; >> G = tf(num,den); I was wonderi...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to isolate two variables, Vout and Vin to obtain transfer function
Hi this is my following code: syms Vg Vin Vout Rs ro Rd CGS CGD CDB CL s gm; eq1 = ((Vg-Vin)/Rs) + Vg*s*CGS + (Vg-Vo...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Command line beginners help
I'm really new to MATLAB and I keep running into the same problem. In the command line I'll be doing operations and ill lose the...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Starting a new line
Hi I'm really new to MATLAB. My questions is how to a start a new line without executing the code. For example if I have: y =...
más de 8 años hace | 1 respuesta | 0