Estadística
0 Preguntas
18 Respuestas
0 Problemas
7 Soluciones
CLASIFICACIÓN
1.475
of 300.364
REPUTACIÓN
48
CONTRIBUCIONES
0 Preguntas
18 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
10
CLASIFICACIÓN
of 20.934
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
47.938
of 168.373
CONTRIBUCIONES
0 Problemas
7 Soluciones
PUNTUACIÓN
80
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
How to plot a linear Frequency vs time curve?
Akshat, there are a number of different ways to get a time-frequency representation of a signal. See the Time-Frequency Analysis...
más de 6 años hace | 0
How is Fs defined in HighResolutionFilterBankSpectralEstimation.slx Simulink model
Fs is defined in the InitFcn model callback.
casi 7 años hace | 1
| aceptada
Spectral analysis in MATLAB script
It looks like the difference is that the Simulink model's Spectrum Analyzer is showing the spectrum of the last 1000 samples. Th...
casi 7 años hace | 0
Which parrot drones are supported by Simulink
Hey Brandon, there are Simulink hardware support packages for PARROT Minidrones and the AR.Drone 2.0. More info and project id...
más de 7 años hace | 0
| aceptada
real-time recording(audio) filtering
You can still play and filter the getaudiodata output. Use <https://www.mathworks.com/help/matlab/ref/sound.html sound> to play ...
alrededor de 8 años hace | 0
Unique function doesn't work in Simulink
You can use the 'stable' setOrder argument to get around this.
alrededor de 8 años hace | 0
How to get variables needed for Simulink model?
See the use of Simulink.findVars at this <https://www.mathworks.com/help/simulink/examples/migration-to-structure-parameters.htm...
alrededor de 8 años hace | 0
| aceptada
Adding a delay to input reading in Simulink
You can use a Sample and Hold block for this. Or you can create a trigger signal with a 10-sec. period to drive a simple enabled...
alrededor de 8 años hace | 0
how can i extract MRI image of .mha extension?
See "Read Medical Data 3D" on the file exchange.
alrededor de 8 años hace | 1
Simulink Realtime: Define Target Using Script-Line Not sltrtexplr
Use tg = slrt; tg.TcpIpTargetAddress = '10.10.10.10'; tg.TcpIpTargetPort = '22222'; etc. See <https://www.mathw...
alrededor de 8 años hace | 2
| aceptada
Values of selected array indices
You can use sub2ind for this. myIxs = arrayfun(@(rowIx,colIx) sub2ind(size(A),rowIx,colIx), i(:,1), i(:,2)); A(myIxs)
alrededor de 8 años hace | 1
Read specific string in a large text lines
Check out <https://www.mathworks.com/help/matlab/ref/regexp.html?s_tid=srchtitle#inputarg_expression regexp>. Something like ...
alrededor de 8 años hace | 0
| aceptada
Import statement currently unsupported
If you're using this block for simulation only, you can use coder.extrinsic to get around this. There's a discussion on this <ht...
alrededor de 8 años hace | 0
| aceptada
Masking a system with variability
I would make a, b and c parameters of my mask. More on this <https://www.mathworks.com/help/simulink/ug/calculate-values-used-un...
alrededor de 8 años hace | 0
how to copy the figure from root locus editor
You can do this by exporting your transfer function from the Control System Designer to the MATLAB workspace and then plotting t...
alrededor de 8 años hace | 3
| aceptada
App Designer: Programmatically toggle between buttons
You can do this using the Buttons, OldValue, and NewValue properties described <https://www.mathworks.com/help/matlab/ref/button...
alrededor de 8 años hace | 1
How can I calculate areas of different segmented regions which are in the same image?
Hi, Fevzi. You've already done the hard work here. The cell array B contains the boundaries of your polygons. One way to calcula...
más de 8 años hace | 1
Receive uniform Data from scope
Hi Pierrick, It sounds like your simulation is using a variable-step solver. You can find more information about solvers <htt...
más de 8 años hace | 0




