Estadística
2 Preguntas
3 Respuestas
CLASIFICACIÓN
209.519
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
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
How to generate sinusoidal sine wave using matlab ?
T = 0:0.001:1; % your time vector have a very low sampling frequency Z = 5*sin(25*2*pi*T); plot(T, Z)
alrededor de 4 años hace | 0
| aceptada
Pregunta
How to generate sinusoidal sine wave using matlab ?
I need to plot a sine wave with a frequency of 25 amplitude of 5 time of 0:0.1:1 how do i go about this, thanks
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasHo to modify Fixed-Point Matlab Function?
Fixed-Point Designer™ software helps you design and convert your algorithms to fixed point. Whether you are simply designing fix...
más de 4 años hace | 0
How to matlab display matrix in different way
For example A = magic(3) disp(['The RESULT is: [' num2str(B(:).') ']']) ; Display: The RESULT is: [8 3 4 1 5 9 6 7 ...
más de 4 años hace | 0
Pregunta
How to matlab display matrix in different way
matlab display matrix is very problenatic question. my question is How to matlab display matrix as image and Table example: Fo...
más de 4 años hace | 2 respuestas | 0