![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2939237_1522092352791_DEF.jpg)
Pham Dang
Followers: 0 Following: 0
Estadística
2 Preguntas
6 Respuestas
CLASIFICACIÓN
7.856
of 297.010
REPUTACIÓN
6
CONTRIBUCIONES
2 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.418
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.687
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
Find one string within another within all cell of an array
Please try to replace date_column = file_list(:,3); by date_column = file_list.(3);
más de 8 años hace | 0
How to use gca handles to change xtick properties
Hi, you should use the |set| command to set your Xtick property. set(gca,'Xtick',[0 pi 2*pi])
más de 8 años hace | 0
I am trying to find out the time delay between two signals using crosscorrelation.
First paragraph of help finddelay ends by : |If Y is delayed with respect to X, D is positive. If Y is advanced with res...
más de 8 años hace | 0
creating legend with only string
Hi, you should consider using the _annotation_ command. Add these commands after yours : annotation('textbox',get(h_x,'Pos...
más de 8 años hace | 0
| aceptada
Reading Text Files in loop
You may consider a small processing to format your file. If you are on Linux, you can use the following command in the matlab co...
más de 8 años hace | 0
Pregunta
Define global constant for HDL Coder
Hi, I use the HDL Coder Toolbox to generate Verilog code from my Matlab code. I would like to use a global constant variable...
alrededor de 9 años hace | 1 respuesta | 1
1
respuestaHow do I run a simulation with a transfer function block and a multi dimensional input ?
Hi all, I finally found another workaround to speed up time compilation problem and time simulation : I use the Real Time Worksh...
más de 13 años hace | 0
Pregunta
How do I run a simulation with a transfer function block and a multi dimensional input ?
Hello everyone, *[Context]* I want to simulate a complex system many times in order to calculate the average behaviour of the...
más de 13 años hace | 6 respuestas | 1