Feeds
답변 있음
QRS area calculation from ECG
@Gültekin Günhan, [Edit: Add a citation of, and link to, the original Kors paper. The data and matrix and code are unchanged.]...
QRS area calculation from ECG
@Gültekin Günhan, [Edit: Add a citation of, and link to, the original Kors paper. The data and matrix and code are unchanged.]...
2일 전 | 0
답변 있음
Converting spectrum.pwelch//psd to equivalent pwelch call
@Ron Fowler, The defaults for spectrum.welch are listed here. The defaults for pwelch are listed toward the bottom of this p...
Converting spectrum.pwelch//psd to equivalent pwelch call
@Ron Fowler, The defaults for spectrum.welch are listed here. The defaults for pwelch are listed toward the bottom of this p...
2일 전 | 0
답변 있음
Motion correction for foot movement in an MRI foot
@Trixie, Please upload a subset of the data array, im4d. For example, the first 10 time points, i.e. a 128x64x51x10 array. Mayb...
Motion correction for foot movement in an MRI foot
@Trixie, Please upload a subset of the data array, im4d. For example, the first 10 time points, i.e. a 128x64x51x10 array. Mayb...
2일 전 | 0
제출됨
Random numbers with custom distrbution
myRand returns random numbers with a custom distribution specified as a histogram.
3일 전 | 다운로드 수: 0 |
답변 있음
Can we specify an "outward" direction to normal obtained from pcfitplane approach?
@Manish Kumar Nayak, I agree with @Matt J. To be more specific: Assume n is the normal vector returned by pcfitplane. If yo...
Can we specify an "outward" direction to normal obtained from pcfitplane approach?
@Manish Kumar Nayak, I agree with @Matt J. To be more specific: Assume n is the normal vector returned by pcfitplane. If yo...
5일 전 | 0
| 수락됨
답변 있음
Find the ratio or difference spectra as time progresses
There is a large literature on transfer funciton estimation by taking the ratio of two complex spectra. This usually involves th...
Find the ratio or difference spectra as time progresses
There is a large literature on transfer funciton estimation by taking the ratio of two complex spectra. This usually involves th...
20일 전 | 1
답변 있음
How to calculate HF/LF from ECG data
@拓実, The ratio of power in the low frequency band (defined as 0.04–0.15 Hz) to the high-frequency band (defined as 0.15–0.40 Hz...
How to calculate HF/LF from ECG data
@拓実, The ratio of power in the low frequency band (defined as 0.04–0.15 Hz) to the high-frequency band (defined as 0.15–0.40 Hz...
20일 전 | 0
답변 있음
Plotting deflection of beam using macaulay functions
@Benjamin, You wrote: "An example of this function would be: slope=(1/(E*I))*(146.5*<x>^2+315<x-0.12>^2-70.24*,x.^3)" I inter...
Plotting deflection of beam using macaulay functions
@Benjamin, You wrote: "An example of this function would be: slope=(1/(E*I))*(146.5*<x>^2+315<x-0.12>^2-70.24*,x.^3)" I inter...
20일 전 | 0
답변 있음
How to plot one curve and change color according to value
@Fritz Weld, [Edit: clean up code a lttle bit.] x = linspace(0,10); y = sin(3*x).*exp(0.5*x); y1=zeros(size(y)); y2=y1; % i...
How to plot one curve and change color according to value
@Fritz Weld, [Edit: clean up code a lttle bit.] x = linspace(0,10); y = sin(3*x).*exp(0.5*x); y1=zeros(size(y)); y2=y1; % i...
20일 전 | 0
답변 있음
Random Number Generation with Parameters
@Demosthenis Kasastogiannis, I share @John D'Errico's question. I am not sure I understand your reply to his question. My under...
Random Number Generation with Parameters
@Demosthenis Kasastogiannis, I share @John D'Errico's question. I am not sure I understand your reply to his question. My under...
21일 전 | 0
| 수락됨
답변 있음
How to calculate average frequency and a frequency over time graph all in Matlab?
@Ugonne, [edit: I adjusted my discussion at the bottom slightly. No changes to code or plots.] I made a recording with my comp...
How to calculate average frequency and a frequency over time graph all in Matlab?
@Ugonne, [edit: I adjusted my discussion at the bottom slightly. No changes to code or plots.] I made a recording with my comp...
21일 전 | 0
답변 있음
How to datasample exponential data without losing the exponential decay?
@SARA CACCIATO SALCEDO, @Star Strider and @Les Beckham have provided excellent suggestions. You want a matrix that is 400x1000...
How to datasample exponential data without losing the exponential decay?
@SARA CACCIATO SALCEDO, @Star Strider and @Les Beckham have provided excellent suggestions. You want a matrix that is 400x1000...
22일 전 | 2
답변 있음
Good evening, we have a point cloud and have applied an first rotation to align the point cloud along the y-axis. Now we have a problem with a second rotation
@Alessandro, You can find the directions of the principal axes by eigenvalue decomposition of the covariance matrix of the poin...
Good evening, we have a point cloud and have applied an first rotation to align the point cloud along the y-axis. Now we have a problem with a second rotation
@Alessandro, You can find the directions of the principal axes by eigenvalue decomposition of the covariance matrix of the poin...
25일 전 | 0
답변 있음
I need help using the corrcoef function to calculate PRx (pressure reactivity index)
@Caleb, The pressure reactivity index is defined as "a moving correlation coefficient from 30 consecutive 10-s averages of ICP ...
I need help using the corrcoef function to calculate PRx (pressure reactivity index)
@Caleb, The pressure reactivity index is defined as "a moving correlation coefficient from 30 consecutive 10-s averages of ICP ...
26일 전 | 0
답변 있음
how i can modifiy the code to make the bandwith of fft less ?
@ANAS HAMZAH, To get the very narrow bandwidth shown inthe second plot in your PDF, you need to inccrease the duration of the s...
how i can modifiy the code to make the bandwith of fft less ?
@ANAS HAMZAH, To get the very narrow bandwidth shown inthe second plot in your PDF, you need to inccrease the duration of the s...
26일 전 | 0
답변 있음
Determining gait cycle from heel marker motion capture data
@Katie, Post some example data if you wish. Here is a paper I co-authored on the topic of identifying gait cycle during teadmi...
Determining gait cycle from heel marker motion capture data
@Katie, Post some example data if you wish. Here is a paper I co-authored on the topic of identifying gait cycle during teadmi...
대략 1개월 전 | 0
답변 있음
The Mathieu Equation—Stability for 2DOF whirlflutter system
@Nikoo, [Edit: Replaced scan of Figure 9 with a better scan that does not cut off the Y axis label.] You seek advice for code ...
The Mathieu Equation—Stability for 2DOF whirlflutter system
@Nikoo, [Edit: Replaced scan of Figure 9 with a better scan that does not cut off the Y axis label.] You seek advice for code ...
대략 1개월 전 | 0
답변 있음
Face Difficulty when converting tensorflow model to Matlab
@Ze, Your function compute_loss_gradients(...) calls function compute_loss3(). The call to compute_loss3(...) includes w_upd ...
Face Difficulty when converting tensorflow model to Matlab
@Ze, Your function compute_loss_gradients(...) calls function compute_loss3(). The call to compute_loss3(...) includes w_upd ...
대략 1개월 전 | 0
| 수락됨
답변 있음
MSSA method multichannel spectrum analysis
@ahmad Saad, I recommend that you do the Matlab tutorial on singular spectrum analysis here, then do the tutorial on multichann...
MSSA method multichannel spectrum analysis
@ahmad Saad, I recommend that you do the Matlab tutorial on singular spectrum analysis here, then do the tutorial on multichann...
대략 1개월 전 | 0
답변 있음
How do I download a .set file onto EEGLAB?
@Tyler, The .set files in EEGLAB have a complicated structure. The best way to get the data in a .set file into the Matlab wor...
How do I download a .set file onto EEGLAB?
@Tyler, The .set files in EEGLAB have a complicated structure. The best way to get the data in a .set file into the Matlab wor...
대략 1개월 전 | 0
답변 있음
How to plot cross quantile correltaion heatmap
@Hamid Muili, Some data: C=(0.71*rand(21,21)).^2; Plot the data x=0:.05:1; y=x; [X,Y]=meshgrid(x,y); surf(X,Y,C) colormap...
How to plot cross quantile correltaion heatmap
@Hamid Muili, Some data: C=(0.71*rand(21,21)).^2; Plot the data x=0:.05:1; y=x; [X,Y]=meshgrid(x,y); surf(X,Y,C) colormap...
대략 2개월 전 | 0
답변 있음
I want to plot same X axis and different Y axis like timing diagram
@Bahadir Guven, Make some simulated data: t=0:0.5:4.5; % time (ms) N=length(t); Va=randi([0,1],1,N); Vb=randi([0,1],1,N);...
I want to plot same X axis and different Y axis like timing diagram
@Bahadir Guven, Make some simulated data: t=0:0.5:4.5; % time (ms) N=length(t); Va=randi([0,1],1,N); Vb=randi([0,1],1,N);...
대략 2개월 전 | 1
답변 있음
How to plot a poincare beam showing its singularity using polarisation distribution plot
@Aswathi K, [Edit: Correct spelling mistakes and add comments to the code.] It seems the green and black in your image repres...
How to plot a poincare beam showing its singularity using polarisation distribution plot
@Aswathi K, [Edit: Correct spelling mistakes and add comments to the code.] It seems the green and black in your image repres...
대략 2개월 전 | 0
| 수락됨
답변 있음
3-factor anova
@Elzbieta, I like the answer from @Aditya, because it gives links to the documentation for N-way ANOVA. I interpret your ori...
3-factor anova
@Elzbieta, I like the answer from @Aditya, because it gives links to the documentation for N-way ANOVA. I interpret your ori...
대략 2개월 전 | 1
답변 있음
Analyze MIMIC III waveform data directly in Matlab
@Ram Krishnan, After you reigtser on the physionet site, you may use the package here https://archive.physionet.org/physiotoo...
Analyze MIMIC III waveform data directly in Matlab
@Ram Krishnan, After you reigtser on the physionet site, you may use the package here https://archive.physionet.org/physiotoo...
대략 2개월 전 | 1
답변 있음
Deforming sheet into conical structure
@Priyanshu, You want to map points from the x-y plane (flat sheet) to half of a conical frustrum. The initial points are point...
Deforming sheet into conical structure
@Priyanshu, You want to map points from the x-y plane (flat sheet) to half of a conical frustrum. The initial points are point...
2개월 전 | 0
| 수락됨
답변 있음
Why such a fuss with ndgrid and meshgrid issues?
@Kristoffer Walker, I definitely agree with you. I use inputs that are non-square when i use surf() and related routines. Thus...
Why such a fuss with ndgrid and meshgrid issues?
@Kristoffer Walker, I definitely agree with you. I use inputs that are non-square when i use surf() and related routines. Thus...
2개월 전 | 0
답변 있음
lsqcurvefit not working properly
@Jack, It would be helpful to run your script in the window to show that the "really bad" fit looks like. Post only the minimum...
lsqcurvefit not working properly
@Jack, It would be helpful to run your script in the window to show that the "really bad" fit looks like. Post only the minimum...
2개월 전 | 0
답변 있음
How to determine sampling frequency of wgn?
@Jan, [Edit: Re-ran the script because the plot below was wrong, probably from an earlier version of the script. Thanks to @Pau...
How to determine sampling frequency of wgn?
@Jan, [Edit: Re-ran the script because the plot below was wrong, probably from an earlier version of the script. Thanks to @Pau...
2개월 전 | 0
| 수락됨