photo

John D


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
1 个回答

排名
152,244
of 300,352

声誉
0

贡献数
10 个提问
1 个回答

回答接受率
70.0%

收到投票数
0

排名
 of 20,928

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,172

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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

5 years 前 | 2 个回答 | 0

2

个回答

提问


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

5 years 前 | 0 个回答 | 0

0

个回答

提问


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

5 years 前 | 0 个回答 | 0

0

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 2 个回答 | 0

2

个回答

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

6 years 前 | 0

| 已接受

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答