Community Profile

photo

John D


Last seen: circa 3 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistiche

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 4 anni fa | 2 risposte | 0

2

risposte

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

oltre 4 anni fa | 0

| accettato

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta