William Rose - MATLAB Central
photo

William Rose


Con actividad desde 2007

Followers: 2   Following: 0

Mensaje

Estadística

All
MATLAB AnswersFile ExchangeFrom 06/07 to 04/25Use left and right arrows to move selectionFrom 06/07Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

12 Preguntas
990 Respuestas

File Exchange

9 Archivos

CLASIFICACIÓN
73
of 298.247

REPUTACIÓN
2.109

CONTRIBUCIONES
12 Preguntas
990 Respuestas

ACEPTACIÓN DE RESPUESTAS
83.33%

VOTOS RECIBIDOS
313

CLASIFICACIÓN
1.445 of 20.553

REPUTACIÓN
1.300

EVALUACIÓN MEDIA
3.20

CONTRIBUCIONES
9 Archivos

DESCARGAS
21

ALL TIME DESCARGAS
12861

CLASIFICACIÓN

of 160.685

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • 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

Ver insignias

Feeds

Ver por

Respondida
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 días hace | 0

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

5 días hace | 1

| aceptada

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

5 días hace | 0

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

5 días hace | 0

| aceptada

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

10 días hace | 0

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

12 días hace | 0

| aceptada

Pregunta


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

14 días hace | 0 respuestas | 0

0

respuestas

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

21 días hace | 0

| aceptada

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

26 días hace | 0

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

alrededor de 2 meses hace | 0

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

alrededor de 2 meses hace | 1

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

alrededor de 2 meses hace | 1

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

alrededor de 2 meses hace | 0

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

3 meses hace | 0

| aceptada

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

3 meses hace | 0

Respondida
Trying to use audiorecorder for impulse response testing in a for loop
@Aditya, I do not have an Arduino, and the only audio devices are the built-in speakers and microphone on my PC. (I know they w...

3 meses hace | 0

Respondida
Handling Numerical Instability in Estimating Angle Between 2D Points
@Leo, [moved my comment to be an answer, which is what I intended] You are defining numerical instability as a discontinuity....

3 meses hace | 1

Respondida
Fit a standard exponential fit to approximate data
@Reji G, [Fix spelling error: fit1(x,y,'exp1') should be fit(x,y,'exp1'...).] Thank you for providing Data.xlsx. data=importd...

3 meses hace | 0

Respondida
How do you indicate a line between a user and a GPS satellite?
@인혁 Why do you think there are errors? I modified your script slightly to display the receiver radius from Earth center, and t...

3 meses hace | 0

| aceptada

Respondida
Problem with lsqnonlin and error function implementing a bovine pericardium constitutive model
@Nicolò, can you provide file data_11122.mat?

3 meses hace | 1

| aceptada

Respondida
how to find curve fiitng equation through custom equation
@parshwa, [Edit: fix spelling.] I agree with @John D'Errico that providing your data is an excellent idea. You say "I need to...

3 meses hace | 0

Respondida
How i can you ode extend function to used the solution till the end of timespan and in between used the RLC, offset and phase time as parameterizng function.
@Ehtisham, It appears to me that you are solving your system in successive time segments because you have parameters (RLC and o...

3 meses hace | 0

Respondida
Problem with identifying the entropy stabilization point in SSA for accurate signal decomposition.
@Trais You say SSA decomposes a signal into three components: trend, oscillations, and noise. Shouldn't the sum of the three c...

3 meses hace | 0

Respondida
MPU6050 display raw data and fft from the reading get
@Nurul, [edit: fix spelling errors] Do you get an error when you run this code? I don't have the arduino add-on package, so I...

3 meses hace | 0

Respondida
Multioutput Regression models for non-linear data
@Ashritha, It sounds to me like you want to estimate the values of circuit elements (R, L, C, etc) that will fit a fit a partic...

4 meses hace | 0

Respondida
Kruskalwallis test for ECG signal
@Elzbieta, First, I needed to understand what the problm is. Since I needed files to run your script, I made 3 files of random...

4 meses hace | 0

Respondida
Calculating the aortic flow downstream valve using Womersley and 3-element Windkessel model calculations from my FSI results - Why unusual sine waves at the end of flow curve?
@Hussam, [Edit: fix spelling errors.] I have not tried to understand all of your code. There are many plots above, and I canno...

4 meses hace | 0

Respondida
help me to do nonlinear fitting use lsqcurvefit
@nirwana, I agree with the comments of @Mathieu NOE. He raises very good points - including the recommendation to share the s...

4 meses hace | 0

| aceptada

Respondida
Loudness Equalization Across Stimuli-Within Stimuli
@Buse, [Edit: correct spelling errors. Remove bullet point about ISO226 loudness levels, since I now see that function iso226...

4 meses hace | 0

| aceptada

Respondida
How to get correct pixel size in 2D after cut 3D voxel using obliqueslice
@Kamil, [edit: fix spelling errors (twice), no changes to code.] [Edit: Replace color images with new images that don't have a...

4 meses hace | 0

Cargar más