photo

William Rose


Aktiv seit 2007

Followers: 3   Following: 0

Nachricht

Statistik

All
MATLAB Answers

12 Fragen
1.005 Antworten

File Exchange

10 Dateien

RANG
73
of 298.896

REPUTATION
2.141

BEITRÄGE
12 Fragen
1.005 Antworten

ANTWORTZUSTIMMUNG
83.33%

ERHALTENE STIMMEN
319

RANG
1.445 of 20.655

REPUTATION
1.302

DURCHSCHNITTLICHE BEWERTUNG
3.20

BEITRÄGE
10 Dateien

DOWNLOADS
21

ALL TIME DOWNLOADS
12880

RANG

of 162.825

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

12 Tage vor | 0

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

13 Tage vor | 0

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

14 Tage vor | 2

| akzeptiert

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

16 Tage vor | 0

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

28 Tage vor | 1

| akzeptiert

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

28 Tage vor | 0

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

29 Tage vor | 0

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

29 Tage vor | 1

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

etwa ein Monat vor | 0

| akzeptiert

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

etwa ein Monat vor | 1

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

etwa ein Monat vor | 1

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

etwa ein Monat vor | 0

| akzeptiert

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

etwa ein Monat vor | 0

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

etwa 2 Monate vor | 0

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

etwa 2 Monate vor | 0

| akzeptiert

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

etwa 2 Monate vor | 0

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

etwa 2 Monate vor | 1

| akzeptiert

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

etwa 2 Monate vor | 0

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

etwa 2 Monate vor | 0

| akzeptiert

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

2 Monate vor | 0

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

2 Monate vor | 0

| akzeptiert

Frage


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

2 Monate vor | 0 Antworten | 0

0

Antworten

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

2 Monate vor | 0

| akzeptiert

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

3 Monate vor | 0

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

3 Monate vor | 0

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

3 Monate vor | 1

Beantwortet
Max velocity on 1/3 octave band from Acceleration-Time data
@Gerald, I have been doing the same tyhing as @Mathieu NOE b ut not as quicjkly. One thing I noticed is that the line V_fft =...

3 Monate vor | 1

Beantwortet
Solve equilibrium equations in MATLAB for a quadruped robot
@idan, The same problem arises in a simple example: compute the weight on each wheel of an automobile. If you assume the car, i...

3 Monate vor | 0

Beantwortet
modulate delivers asynchronous result
@fabian hohmann, The result you observe is because the sampling rate (fsw in your code) is too low to support the extremes of m...

4 Monate vor | 0

| akzeptiert

Beantwortet
How to get Pressure Sensor Resistance Values
@Brian, You have not shared any code, so I am just guessing... Maybe you are using for loop to get the resistances and plot t...

4 Monate vor | 0

Mehr laden