Community Profile

photo

John D


Last seen: alrededor de 3 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


ADSR envelope shaping on audio file
I'm trying to apply ADSR envelope shaping to an audio file as shown below. load handel y Fs; N = 1.5 * Fs; t = [0:N-1]/Fs; x...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I adjust treble/bass/volume using dB values?
I have an App Designer app with three sliders that allow the user to input treble, bass and volume output values in dB. How coul...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


StopFcn not working with audioplayer object
I'm using App Designer with the following code: app.Player = audioplayer(y, Fs); app.Player.StopFcn = @PlayerStoppedFcn; fu...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Replacing values in matrix that are greater than another matrix
I have the following code that, if a value in A is greater than a corresponding value in B, will replace that value with the val...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


ROI deleted event listener
Is there a listener event for when an ROI has been deleted from an axes? For example, like so: addlistener(h,'ROIDeleted',@alle...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Respondida
Save ROI lines without saving handles
Answered my own question: created deep copy lines = lineHandles(:,:); save('roi.mat', 'lines');

más de 4 años hace | 0

| aceptada

Pregunta


Save ROI lines without saving handles
I have the following code in a GUI which saves a set of user-drawn lines to an array. h = drawline(handles.axes1,'Tag','userLin...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Remove specific rows from matrix
I have two matrices shown below: A = 0.2247 0.5845 0.4942 0.7303 0.5000 0.5000 0.6440 0.5408 ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Accessing ROI objects in GUIDE
I'm allowing the user to create a series of line ROIs like so, using a GUIDE app pushbutton: function pushbuttonline_Callback(h...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Intersection between line and circle when line ends inside circle (using geom2d)
I have a circle and a line drawn like so... Using the createLine function in the geom2d collection, the line is treated like ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Allow user to draw a line using mouse
How can I get a user to draw a line using their mouse in an App Designer app using R2019a? Edit: If App Designer does not suppo...

más de 4 años hace | 1 respuesta | 0

1

respuesta