photo

Pavel Dey

MathWorks

Last seen: casi 6 años hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

0 Preguntas
19 Respuestas

Cody

0 Problemas
34 Soluciones

CLASIFICACIÓN
2.624
of 301.517

REPUTACIÓN
24

CONTRIBUCIONES
0 Preguntas
19 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
4

CLASIFICACIÓN
 of 21.314

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
17.689
of 175.060

CONTRIBUCIONES
0 Problemas
34 Soluciones

PUNTUACIÓN
320

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 2
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
Matlab application on Arduino board (standalone) without using SIMULINK
Hi Halsey, Yes you can program arduino board using a MATLAB script. You have to use a MATLAB Function Block to do t...

más de 6 años hace | 2

| aceptada

Respondida
Simulink Modell terminates with " Reference to non-existent field 'accessInfoMap' ", when a MATLAB Function block is involved
I got a similar error. Error encountered while executing PostCodeGenCommand for model '<model name>': Reference to non-existe...

más de 6 años hace | 0

Respondida
Plot the graph of gain margin with changing variable
I think this documentation <http://in.mathworks.com/help/control/ug/model-array-with-single-parameter-variation_bsvnso4.html lin...

casi 10 años hace | 0

Respondida
Why won't imwrite save to a 16 bit tiff when called from a function?
That should not happen. Running a code from Command Window or from a script are same. Please make sure you are not missing anyth...

casi 10 años hace | 0

Respondida
Audiorecorder level trigger starting record
I think you may refer to this <http://in.mathworks.com/matlabcentral/answers/156656-how-to-trigger-the-microfone-to-record-via-g...

casi 10 años hace | 0

Respondida
How do I plot a curved plane in 3D stored as patch data in 2D, preserving distances
I think 'patch' will not give you the transformed 2-D data from the vertices and faces. To preserve the planar distance between ...

casi 10 años hace | 0

Respondida
Check if input status has changed over time period x
Not very sure about your use case, but seems like the attached demo model could be helpful. Use the 'Detect Change' block. As th...

casi 10 años hace | 0

Respondida
Viewing derived parameter in simscape in-order to debug
I don't think there is a direct way of logging the parameters like the signals. Since you are using a custom component and the p...

casi 10 años hace | 0

Respondida
How to get a damped sine wave with phase delay in Simulink?
You may use element-wise product to get an exponential sine wave. For conditions on beginning and ending of the signal, you may ...

casi 10 años hace | 0

Respondida
Hello, How can i plot tension and current on the board of each Element (Resistance and capacitor,…) of an electric circuit diagram?
Not sure what do you mean by tension of an electric element. But you may use sensors like voltage sensor (current sensor) to de...

casi 10 años hace | 0

| aceptada

Respondida
How to let user enter student id and show the final marks
You may refer to the following two functions and create the actual ones. function y= get_marks(id) % Gives the marks...

alrededor de 10 años hace | 1

| aceptada

Respondida
GUIDE UI object positions change between retina display and windows
There is a bug in how 'character' units are handled between systems in different operating systems (specifically operating syste...

alrededor de 10 años hace | 0

Respondida
Command window not dynamically displaying data in R2015b, waits till end of run to display everything
I am not sure how you constructed your code. However, you may follow the steps below or check if you have followed this while im...

alrededor de 10 años hace | 0

Respondida
Auto align an image using Hough Transform
I would like to know how are you verifying the result? Have you written another code to get the output? In that case I would sug...

alrededor de 10 años hace | 0

Respondida
Single-phase fully-controlled thyristor converter simulation using simulink
As far as I understood from your model is that you are using a pulse to trigger the gate and the input is a sine wave. However, ...

alrededor de 10 años hace | 0

Respondida
Optical signal intensity detection by Photodiode
What I understood from your problem is that you want to compare the values of two array in MATLAB. To find out the maximum of in...

alrededor de 10 años hace | 0

Respondida
I am being tasked with building an image processing GUI and need to set geometries within an image. Need some instruction on where to start.
I think you need to perform some thresholding operation before detecting the pattern. You may either perform thresholding using ...

más de 10 años hace | 0

| aceptada

Respondida
Trouble in alternating direction implicit method
See the following function for solving implicit differential equation http://www.mathworks.com/help/matlab/ref/ode15i.html#zm...

más de 10 años hace | 0

Respondida
Stop and start timer in GUI with different StartDelay
I think the issue is not with GUI. Rather it is related to controlling the timer object. Since the timer works in background and...

más de 10 años hace | 1