photo

William Rose


2007 年からアクティブ

Followers: 3   Following: 0

統計

All
MATLAB Answers

12 質問
1,008 回答

File Exchange

10 ファイル

ランク
73
of 299,232

評判
2,145

コントリビューション
12 質問
1,008 回答

回答採用率
83.33%

獲得投票数
319

ランク
1,445 of 20,670

評判
1,303

平均評価
3.20

コントリビューション
10 ファイル

ダウンロード
26

ALL TIME ダウンロード
12889

ランク

of 163,831

コントリビューション
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

表示方法

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

1日 前 | 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...

6日 前 | 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...

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

約2ヶ月 前 | 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...

約2ヶ月 前 | 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...

約2ヶ月 前 | 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 "...

約2ヶ月 前 | 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...

2ヶ月 前 | 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....

2ヶ月 前 | 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. ...

2ヶ月 前 | 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...

2ヶ月 前 | 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 ...

2ヶ月 前 | 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 ...

2ヶ月 前 | 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...

2ヶ月 前 | 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...

2ヶ月 前 | 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...

2ヶ月 前 | 0

送信済み


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

2ヶ月 前 | ダウンロード 0 件 |

0.0 / 5
Thumbnail

回答済み
We have tetrahedra mesh we went to extract a sphere from this mesh and adabting the mesh
@Maroua Guenaoua, I had to fixthe filename. You attached file nodes10.txt, but your code calls nodes10.dat. After I fixed tha...

3ヶ月 前 | 0

回答済み
SVC CONTROL(detailed model)
@Xristina, The example description says "one 109-Mvar thyristor-controlled reactor bank (TCR) and three 94-Mvar thyristor-switc...

3ヶ月 前 | 0

| 採用済み

回答済み
Does anyone know how to use an IF statement with ODE's? I am trying to create an IF statement sigma > 0 , tau > 0 if dx(3,1) > 0, dx(1,1) > 0 and sigma = 0 , tau = 0 otherwise
@Christopher, [edit: fix spelling error; no changes to code] [Edit: Change "./" to "/" inside function odefcn(), since "./" is...

3ヶ月 前 | 0

回答済み
Inferring real-world coordinates from pixel positions
@Francesco, The projection equation from world (x,y,z) to image (u,v) is We can estimate A from the control points: % Contr...

3ヶ月 前 | 1

| 採用済み

回答済み
3D plot: draw xy grid line on the middle of the plot box
@Lloyd Bumm, Try grid3() on the File Exchange., by @Hristo Zhivomirov. x=-2:0.2:2; y=-2:0.2:2; [X,Y]=meshgrid(x,y); Z=-2+4*e...

3ヶ月 前 | 0

回答済み
What is the purpose of the input argument 'Tolerance' in the risetime function?
@Samuel Foster, Here's an example of tolerance making a difference: t=0:999; x=(mod(t/100,2)>=1 & mod(t/100,6)<5)+0.8*(mod(t/...

3ヶ月 前 | 0

| 採用済み

回答済み
Bivariate colorscale for color plot
Another approach is to map f in one color and map g in another color, then combine them. x=-10:0.5:10; y=-10:0.5:10; [X,Y]=mes...

3ヶ月 前 | 0

回答済み
H1 H2 Hv estimators all the same
@Riccardo, [Edit one sentence fo rclarity. No changes to code.] When you get coherence=1, it is an indicator that you have not...

3ヶ月 前 | 0

| 採用済み

質問


3d plot with +Y up and +Z left
When I plot a side view of a 3D object, with +Y axis up and +Z pointing left, the axis labels are in the wrong place or absent. ...

3ヶ月 前 | 0 件の回答 | 0

0

回答

回答済み
Seeking Alternative Optimization Methods for a 9-Parameter Optimization Task
@payam samadi, [Edit: Some of the equations in my answer do not look right. I pasted them in. The equations looked fine in th...

4ヶ月 前 | 0

| 採用済み

回答済み
Extracting Vessel Dimensions from 2D Fluorescence Microscopy Images in MATLAB
@Alessio, Consider Better Skeletonization in the File Exchange. Please upload a frame of the raw .h5 video image. You write ...

4ヶ月 前 | 0

回答済み
How to extract 3D position from the 2D projection using (an optimzation method + 3D Gaussian PDF)
@payam samadi, Good job by you to make a solid effort before asking for help on your homework. You are a good example. The p...

4ヶ月 前 | 0

回答済み
Plot legend contours messed up
@dormant, Try the attached. Good luck. Edit: Update the script, as descirbed in my comment below.

4ヶ月 前 | 1

さらに読み込む