統計
All
ランク
of 153,822
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How to modify the filter to match the power output of the wind turbine with the wind speed?
@jana nassereddine, The horizontal axis labels and values are partly cut off, or absent, on the three images you uploaded which...
How to modify the filter to match the power output of the wind turbine with the wind speed?
@jana nassereddine, The horizontal axis labels and values are partly cut off, or absent, on the three images you uploaded which...
約19時間 前 | 0
回答済み
Increasing value over time of Power of a audio signal
@Alex Kouroupis, You say "I need to calculate the power myself cause i need the values for a model". The first plot you pro...
Increasing value over time of Power of a audio signal
@Alex Kouroupis, You say "I need to calculate the power myself cause i need the values for a model". The first plot you pro...
7日 前 | 1
| 採用済み
回答済み
Compare probability density functions of 2 vectors
@T.C., [Edit: fix error in my code below.] The 2 sample Kolmogorov-Smirnov test. x1=rand(1,50); x2=rand(1,40); [h,p]=kstest...
Compare probability density functions of 2 vectors
@T.C., [Edit: fix error in my code below.] The 2 sample Kolmogorov-Smirnov test. x1=rand(1,50); x2=rand(1,40); [h,p]=kstest...
13日 前 | 2
回答済み
MLS(moving least squares) algorithm problem... help me!!!
@종영, In your comment you refer to "cubic spline function". Cubic splines for smoothing can be done with csaps(). The code be...
MLS(moving least squares) algorithm problem... help me!!!
@종영, In your comment you refer to "cubic spline function". Cubic splines for smoothing can be done with csaps(). The code be...
14日 前 | 0
回答済み
Handling Multiple UTM Zones for Azimuth and Elevation Calculations in MATLAB
@Lidor, if I had to compute azimuth and distance for locations specified across multiple UTM zones, I would just convert to lat,...
Handling Multiple UTM Zones for Azimuth and Elevation Calculations in MATLAB
@Lidor, if I had to compute azimuth and distance for locations specified across multiple UTM zones, I would just convert to lat,...
14日 前 | 0
回答済み
Input for ARfit ? (EEG analysis)
@Annaëlle, [Edit: fix spelling.] Have you run the script ardem.m, which is part of the ARfit toolbox? Does it produce reason...
Input for ARfit ? (EEG analysis)
@Annaëlle, [Edit: fix spelling.] Have you run the script ardem.m, which is part of the ARfit toolbox? Does it produce reason...
16日 前 | 1
回答済み
Plot the tidal ellipses for the four major tidal constituents
@은진, The line idx = find(strcmp(NAME, major_constituents{i})); does not work, because strcmp(NAME, major_constituents{i}) ...
Plot the tidal ellipses for the four major tidal constituents
@은진, The line idx = find(strcmp(NAME, major_constituents{i})); does not work, because strcmp(NAME, major_constituents{i}) ...
16日 前 | 0
| 採用済み
回答済み
2D Fourier transform- problems with the shift
@nathan blanc, Reconstructing the 2d DFT is a little tricky. The attached script uses the Nk largest components of the 2d DFT t...
2D Fourier transform- problems with the shift
@nathan blanc, Reconstructing the 2d DFT is a little tricky. The attached script uses the Nk largest components of the 2d DFT t...
20日 前 | 0
回答済み
My MATLAB psgnifit code is calculating the wrong values from the plot and I am unable to resolve it. Please help.
@Adithi Anil, I have not tried running your code. I notice that gamma=0; % lower symptote, supposedly lambda=10; % upper sympt...
My MATLAB psgnifit code is calculating the wrong values from the plot and I am unable to resolve it. Please help.
@Adithi Anil, I have not tried running your code. I notice that gamma=0; % lower symptote, supposedly lambda=10; % upper sympt...
22日 前 | 1
回答済み
Why does the phase response get cutoff beyond a frequency?
Check the values returned by freqz. Answering on my cellphone so I’m limited in what I can do. Look for NaNs at high frequencies...
Why does the phase response get cutoff beyond a frequency?
Check the values returned by freqz. Answering on my cellphone so I’m limited in what I can do. Look for NaNs at high frequencies...
22日 前 | 0
回答済み
quaternion kinematic formulation in attitude dynamics block does not seem to be complete.
@Gökhan, I think you are correct. A factor of (-1/2) should multiply the right hand side matrices in the equation here for the...
quaternion kinematic formulation in attitude dynamics block does not seem to be complete.
@Gökhan, I think you are correct. A factor of (-1/2) should multiply the right hand side matrices in the equation here for the...
23日 前 | 1
| 採用済み
回答済み
Why is my MATLAB video such poor quality?
@Walter Roberson, thank you for the link fix. [Edit: fix spelling.] @Mitchell Tillman, I would definitely explore the possibi...
Why is my MATLAB video such poor quality?
@Walter Roberson, thank you for the link fix. [Edit: fix spelling.] @Mitchell Tillman, I would definitely explore the possibi...
24日 前 | 0
回答済み
A problem about subcarrier spacing of ofdm
@lc, The error you report is because the variable x has not been defined. You will need to provide more context in order to re...
A problem about subcarrier spacing of ofdm
@lc, The error you report is because the variable x has not been defined. You will need to provide more context in order to re...
26日 前 | 0
回答済み
Estimating Initial Delay Values for NARX System Outputs in Real-World Applications
@Sandeep, To get an initial estimate for delay, I would compute the cross correlation of the input and the output. If you are ...
Estimating Initial Delay Values for NARX System Outputs in Real-World Applications
@Sandeep, To get an initial estimate for delay, I would compute the cross correlation of the input and the output. If you are ...
27日 前 | 0
回答済み
Understanding AIC Values for Best Model
@Alyssa, Those negative AICs should be positive. Simple interpretation is to take the model with the lowest (positive) AIC. ...
Understanding AIC Values for Best Model
@Alyssa, Those negative AICs should be positive. Simple interpretation is to take the model with the lowest (positive) AIC. ...
27日 前 | 0
| 採用済み
回答済み
Dynamic contrast agent in MRI
@MARINA, [Edit: fix spelling.] I have worked with MRI images, but not with perfusion images. I have also worked with fitting ...
Dynamic contrast agent in MRI
@MARINA, [Edit: fix spelling.] I have worked with MRI images, but not with perfusion images. I have also worked with fitting ...
28日 前 | 0
| 採用済み
回答済み
Question on surface plotting (beginner)
@Young Chan Jung, A file of simulated AFM scan data is attached, with X,Y,Z in columns 1,2,3. I assume you will know how many ...
Question on surface plotting (beginner)
@Young Chan Jung, A file of simulated AFM scan data is attached, with X,Y,Z in columns 1,2,3. I assume you will know how many ...
29日 前 | 0
回答済み
Counting orbits taken by a satellite
@Aditya, [Edit: fix typos. No changes to code.] If you explain your data, you are morelikely to receive useful assistance. Yo...
Counting orbits taken by a satellite
@Aditya, [Edit: fix typos. No changes to code.] If you explain your data, you are morelikely to receive useful assistance. Yo...
29日 前 | 0
回答済み
how to visualize the EEG functional connectivity data with circularGraph?
@Elaine, See if your issues have been addressed among the 36 existing Discussions on the File Exchange page, here (click the di...
how to visualize the EEG functional connectivity data with circularGraph?
@Elaine, See if your issues have been addressed among the 36 existing Discussions on the File Exchange page, here (click the di...
約1ヶ月 前 | 0
| 採用済み
回答済み
converting txt file to mat file; ads1298ecgafe-pdk
@Elzbieta, [Edit: Spelling. No changes to code.] The numeric data in your text file includes only 10 rows. Assuming each row ...
converting txt file to mat file; ads1298ecgafe-pdk
@Elzbieta, [Edit: Spelling. No changes to code.] The numeric data in your text file includes only 10 rows. Assuming each row ...
約1ヶ月 前 | 0
| 採用済み
回答済み
Kalman filter 2d
@kalmanfilterlearner, [Edit: Fix spelling.] I modified your script to make it simpler. See attached file. To be specific, I r...
Kalman filter 2d
@kalmanfilterlearner, [Edit: Fix spelling.] I modified your script to make it simpler. See attached file. To be specific, I r...
約1ヶ月 前 | 0
| 採用済み
回答済み
Why does frequency of complex exponential doubles when frequency increases?
@Clement, [Edit: Fix spelling mistakes; no changes to equations or to code.] your code is good. The unexpected result is due ...
Why does frequency of complex exponential doubles when frequency increases?
@Clement, [Edit: Fix spelling mistakes; no changes to equations or to code.] your code is good. The unexpected result is due ...
約1ヶ月 前 | 1
| 採用済み
回答済み
Peaks and Valleys of Noisy, Increasing Sinewave
@kjb, [Edit: fixed spelling error and incorrect high frequency cutoff value in my description. Code is not changed.] orig_dat...
Peaks and Valleys of Noisy, Increasing Sinewave
@kjb, [Edit: fixed spelling error and incorrect high frequency cutoff value in my description. Code is not changed.] orig_dat...
約1ヶ月 前 | 0
回答済み
Nondimentionalize the 2 DOF equations
@Yu, The two diagrams in your recent comment are helpful. You say in your recent comment "I define x2 as the relative displacem...
Nondimentionalize the 2 DOF equations
@Yu, The two diagrams in your recent comment are helpful. You say in your recent comment "I define x2 as the relative displacem...
約1ヶ月 前 | 0
回答済み
Nondimentionalize the 2 DOF equations
@Yu, You are smart to add Sam Chak's name. He is a great and smart source of analysis and help. There is more than one way you...
Nondimentionalize the 2 DOF equations
@Yu, You are smart to add Sam Chak's name. He is a great and smart source of analysis and help. There is more than one way you...
約1ヶ月 前 | 1
回答済み
Is there a way to determine an equivalent circuit for Nyquist diagrams (I have the data set) using Matlab (or Simulink)?
@Arthur FdA, Yes you can. The experimental data needed for Nyquist and Bode plots is the same: a set of magnitudes and phases,...
Is there a way to determine an equivalent circuit for Nyquist diagrams (I have the data set) using Matlab (or Simulink)?
@Arthur FdA, Yes you can. The experimental data needed for Nyquist and Bode plots is the same: a set of magnitudes and phases,...
約2ヶ月 前 | 1
回答済み
Improving personal Fourier Interpolation Model
@Giacomo, I do not understand everything you are doing in your script. But it looks lto me like you discard the phase informat...
Improving personal Fourier Interpolation Model
@Giacomo, I do not understand everything you are doing in your script. But it looks lto me like you discard the phase informat...
約2ヶ月 前 | 0
回答済み
how do i get a proper time plot for this qudratic equation?
@Pranay, Let us try different initial values for x: x0=[-2,...,2]. Use a different initial value on each pass. Store results i...
how do i get a proper time plot for this qudratic equation?
@Pranay, Let us try different initial values for x: x0=[-2,...,2]. Use a different initial value on each pass. Store results i...
約2ヶ月 前 | 0
回答済み
How to properly make a circular histogram?
@Neuroesc, Check out these items on the file exchange: https://www.mathworks.com/matlabcentral/fileexchange/65174-wind_rose-wi...
How to properly make a circular histogram?
@Neuroesc, Check out these items on the file exchange: https://www.mathworks.com/matlabcentral/fileexchange/65174-wind_rose-wi...
約2ヶ月 前 | 0
回答済み
Create (equal density) spaced vector in MATLAB
[Sorry if this is a duplicate answer. My first attempt to post produced an error message.] @Abinesh G, Here are command that w...
Create (equal density) spaced vector in MATLAB
[Sorry if this is a duplicate answer. My first attempt to post produced an error message.] @Abinesh G, Here are command that w...
約2ヶ月 前 | 0
| 採用済み