photo

William Rose


自 2007 起处于活动状态

Followers: 3   Following: 0

消息

统计学

All
MATLAB Answers

13 个提问
1,020 个回答

File Exchange

10 文件

排名
72
of 299,947

声誉
2,175

贡献数
13 个提问
1,020 个回答

回答接受率
76.92%

收到投票数
322

排名
1,448 of 20,848

声誉
1,305

平均
3.20

贡献数
10 文件

下载次数
14

ALL TIME 下载次数
12905

排名

of 166,679

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 36 Month Streak
  • Thankful Level 4
  • GitHub Submissions Level 1
  • Personal Best Downloads Level 2
  • Guiding Light
  • Knowledgeable Level 5
  • Revival Level 3
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to form clusters correctly while implementing the work "Energy Centroid Clustering Algorithm"?
@Anubhav, I agree that pseudocode 2 is not clear. In particular, it is not obvious how the sensors are to be partitioned into ...

3 days 前 | 0

已回答
I want to draw surf plot for the attached figure
@Tarek, You did not attach a figure. But let's suppose that you compute a function f(X,T), on a grid of X and T values. x=-4:0...

4 days 前 | 0

| 已接受

已回答
What algorithm does the scattered interpolant 'boundary' extrapolation use when it extrapolates to a convex hull?
@Atharv, I don't think you have misunderstood anything fundamental. The description is unclear. Here are examples to illustra...

4 days 前 | 2

| 已接受

已回答
what do the AudioDeviceWriter do with a complex inputdata?
@康, I ran your code and got the same results you describe: No error if I play the complex file, then the real. Both playbacks...

8 days 前 | 0

已回答
Theoretical Basis and References for Hybrid SAC Example
@keyvan, Here are some citaitons from Matlab Help and elsewhere. For arXiv publications, you cna search for publicaiotns in pe...

15 days 前 | 0

| 已接受

已回答
Performing 2D convolution
@Travis, 2D correlation and 2D convolution are not different if the kernel is symmetric (except for the complex conjugation that...

15 days 前 | 0

已回答
How can I inpaint/interpolate data from an area that was masked during an experiment?
@Alex, Examine the data graphically to get some insight into the issues. x=((1:380)-0.5)/380; % x values from Exampledata.z...

21 days 前 | 0

已回答
How can I write a MATLAB script to plot 3D and 2D knee joint data from a CSV file with customized axes and medial–lateral connections?
@MD MEHEDI HASSAN, [Edit: Fix spelling erros in my text. Fix incorrect matrix values for x-coordinates of medial box.] It appe...

27 days 前 | 0

已回答
equations not dipslaying corectly in Matlab Answers window
Answering my own question, in order to check whether equations which I enter in an answer are displaying correctly now. I have a...

1 month 前 | 0

提问


equations not dipslaying corectly in Matlab Answers window
In the most recent two answers I have posted to Matlab answers (here, here), I have used the equation editor (Sigma, in the Matl...

1 month 前 | 1 个回答 | 0

1

个回答

已回答
create a code for butterworth 4th order bandpass filter without Signal Processing Toolbox
@Abhinit, [Edit: Make corections to formulas for a1 and a2 in the lowpass filter. Many of the equations I entrered with the ...

1 month 前 | 0

已回答
Logistic regression in MATLAB (without Statistics and Machine Learning Toolbox)
@Alexandre Englert, [edit: The equation I entered with LaTeX, in my answer below, is displaying as a fuzzy gray rectangle on my...

1 month 前 | 0

| 已接受

已回答
Solving the Inverse Kinematics problem using a neural network
@po, Since I was unable to run your code, I tried making my own code to solve the inverse kinematics problem of a three-link pl...

2 months 前 | 0

已回答
Help me in Solving PDE
@Muhammad Fahim, [Edit: fix typos (none in code).] Write the finite difference equations and solve it explicitly. This approac...

2 months 前 | 0

| 已接受

已回答
How to color system of PDEs with two population
@Neda, Using my code from the comment above, we can run the rest of your code: r=(0:0.2:10)'; Nr=length(r); theta=0:pi/36:2*p...

3 months 前 | 0

| 已接受

已回答
time Autocorrelation of horizontal velocity in PIV
@sunando, [Edit: Add example. Fix typos (none in the code).] [Edit 2: Add details to the explanation of how to change the hor...

3 months 前 | 0

已回答
Is there a way to test the range of the parameters sigma and tau where my model remains stable?
@Christopher, One way to measure stability in your simulation is to compute the coefficient of variation (ratio of standard dev...

4 months 前 | 0

已回答
2d plot with colormap behind
@Kaylie, Here is a script that makes six curves that are similar to the six curves in your figures. It plots each curve with a...

4 months 前 | 0

已回答
What is wrong with my ankle joint moment estimation?
@Tomaszzz, I agree with you that the early peak in your calculated ankle moment is anomalous and probably indicates a problem i...

4 months 前 | 2

| 已接受

已回答
making the graphic smaller
@Cansu, Matlab functions exportgraphics() and print() allow you to specify the size of the figure that is created. You wrote "...

4 months 前 | 0

已回答
how to validate mscohere?
@CM, You say there are two time domain plots, but I see three. Each of the three time domain plots shows an input and an outpu...

4 months 前 | 1

| 已接受

已回答
Remove echo (convolution) from an .mp3 audio file
@Valeria de los Angeles, I recommend using the autocorrelation function to estimate the echo effects, as @Walter Roberson said....

4 months 前 | 0

已回答
Issue with DAQ rms measurement variation with frequency
@Aaron Borgman, How exactly did you make these plots? PLease explain your sampling protocol and calculations in more detail. ...

4 months 前 | 0

已回答
How to solve a bvp PDE with split domain?
@Abdelrahman, Charles Peskin developed a method for handling moving boundaries in a fluid flow problem. Here's a link to one of...

4 months 前 | 1

已回答
Spatial filtering of cylindrical data
@Jim McIntyre, I think filtfilt() is a reasonable idea if you do what you said, which is add a wrap-around from the other part ...

4 months 前 | 0

| 已接受

已回答
how to solve 2DOF linear time variant differential equations in matlab with non-diagonal mass, stiffness and damping matrixes
@Elyar Ghaffarian Dallali, @Torsten has given a great answer with plots. Here is another way of looking at the problem - which ...

4 months 前 | 1

已回答
Enhancing Graph Colorization for Visualizations in MATLAB
@salim, That looks like the hsv colormap. F = @(x,t)real(-0.7602345236*1i*sqrt(2) * csch(0.05376349*t - x) * exp(2.31182795*1i...

5 months 前 | 1

已回答
how to determine the wavelengths of an fft of a non-dimensional sequence
@Andreas Baas, I agree with tyhe points made by @Matt J and @David Goodmanson. When the interval between samples (which could...

5 months 前 | 0

| 已接受

已回答
We have tetrahedra mesh we went to extract a sphere from this mesh and adabting the mesh
@Maroua Guenaoua, [Edit: Upload modified version of script - see comment below.] A modified version of your script is attached...

5 months 前 | 0

已提交


Analyze triangulation
This function returns information about a triangulation, which may be useful when setting up a partial differential equation pro...

5 months 前 | 0 次下载 |

0.0 / 5
Thumbnail

加载更多