Jack Daniels
Followers: 0 Following: 0
Estadística
25 Preguntas
3 Respuestas
CLASIFICACIÓN
14.301
of 295.527
REPUTACIÓN
3
CONTRIBUCIONES
25 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
16.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
C Caller with Multidimensional Signals in Simulink
How to deal with multidimensional data inputing the C caller function? How the argument of the C-function looks like where inu...
21 días hace | 2 respuestas | 0
2
respuestasPregunta
Simulink C-caller with persistent fcn
I'd like to have a short fcn in Simulink called by C-caller if (state>0) { state = -1; y = 0.1; } els...
26 días hace | 2 respuestas | 0
2
respuestasPregunta
SimScape source for angular postion
I want to position the motor in incremental steps using an external mechanical source, so I am looking for a block that is a sou...
alrededor de 1 mes hace | 2 respuestas | 0
2
respuestasPregunta
Calculate SNR from sampled real signal
I'd like to calculate the SNR from real sampled signal, how to do that in Matlab?
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Programmatically connect SimScape blocks
I am connecting simscape blocks programatically. add_block('fl_lib/Electrical/Electrical Elements/Resistor','mymodel/Res1'); s...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
nVidia GPU image processing suppo
I'd like to advise how to levarge the nVidia GPU for image processing under Matlab/Simulink? Are there any examples on basic ima...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use the DATA Inspector with SimScape model
I'd like to use data inspector with SimScape model. How to assing (highlight) signal to be displayed in Data Inspector - "Log SI...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Skew wiring with SimScape
Hello guys, is it possible to have a skew wiring between electrical components in SimScape graphical model?
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
read pbin file to Matlab
Dears, how to Is there any example how to read "pbin" file into Matlab workspave? Thank you.
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Reseting and refresing figure with tiledlayout/nexttitle
I am trying to plot and refresh the figure which I created with "tiledlayout" function out = mtrx_surf(Z3) persistent srf if ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaHow do I update a GUI designed in App Designer with data from a running Simulink model?
I'd like to access DATA from Simulink model which are Matrix format and disply them How can I access the "MATRIX" and...
alrededor de 2 años hace | 0
Pregunta
Read/write Simulink model from within AppDesigner
I have a simple Simulink model (application) and I want to use the MATALB App Designer to control simulation, access runtime dat...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use the window function (hamming) in Simulink
Can I find more examples on "Windowing function block" from DSP system toolbox to compute and apply window to input signal and n...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Create surf (3D plot) with axis limitation from 2D matrix - animated
I am trying to create "mesh" (surf) out of 2D matrix which is changing by time on its values x = 1:30; y = x; Z = [ 1 1 1; ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating Animated 3D by Simulink
I'd like to use Simulink 3D Animation to create animated surface (much simpler) I am trying to use "VR Sink" from the Simu...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create the 3D mesh plot in Simulink
I am having simple m-code .. [X,Y] = meshgrid(-8:.5:8); R = sqrt(X.^2 + Y.^2) + eps; Z = sin(R)./R; figure(1) mesh(Z) ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
how to claculate fft with window function?
I saw several code implementation fft with window fcn. size(window) ans = 1 44100 size(z) ans = 1 44100 % ca...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaHow to display heatmap in Simulink
Somehow I got working .. :)
alrededor de 2 años hace | 0
Pregunta
How to display heatmap in Simulink
I am about to use the Matlab function 'heatmap' to display data in Simulink simulation. I am using Matlab function to that ... ...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Push in Mask Editor
Can the "Push" dialog work in such way that when clicked it stay "pushed" and on second click it will be released? And possibly ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Arrange "Dial" in Mask Editor Dialog
Since I have multiple "Dials" within single masked subsystem, is it possible somehow arrange the Dials - e.g. to be at sorted ou...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Assign value to individual components of the complex number
I'd like to assign the value to individual components of the complex numer. >> x = 1; >> y = 1; >> H = complex(x,y); Now I'd...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Configure the simulink spectrum analyzer with custom Span (Hz)
I am using the Spectrum Analyzer in Simulink. I need to see the signals in the 100kHz range with about 20kHz band in more detail...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Spectrum Analysis on signals in the Simulation Data Inspector
Is it possible to perform the spectrum analysis (FFT) on signals in Simulation Data Inspector? If so, how?
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to speed up the Spectrum analyzer in simulink (rule of thump)
I'd like to ask for advice how to correctly set (use) a Spectrum Analyzer. I have a Simulink+SimScape simulation in continous ti...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Touch processing and gesture detection
Hello, is there any support, toolbox or any example for touch-processing for basic functionality such as touch detection with g...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasModeling of Touch sensing
Is there anything can be used to start-off - demo, examples, code/block snippet?
casi 3 años hace | 1
Pregunta
Modeling of Touch sensing
I'd like to know what can I leverage for modeling touch sensing from matlab/simulink or other available toolboxes?
casi 3 años hace | 3 respuestas | 1