Feeds
提问
Help ploting logarithmic equation.
Hi all, I have a following equation: m=-3; k=5.00034535E+11; S=0.5:0.5:1000; log10(S)=-1/m*log10(N)+1/m*l...
10 years 前 | 1 个回答 | 0
1
个回答提问
Uncertainty using FFT function.
Hello all, I am trying to get the spectral shape of my time domain signal. For this I use FFT. However, the results I get are...
10 years 前 | 0 个回答 | 0
0
个回答提问
Help solving for and/or while loop.
Hi all, I have a loop which gives me the frequency increments as a final result. These increments are obtained by dividing ar...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to find corresponding value in two arrays?
Hi, I have to data arrays, A and B. I want to knwo how it is possible to find corresponding number or value of the element in...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to integrate using while loop?
Hi all, I have a function: PM =@(w) (5/16*3^2.*(0.5578^4./w.^5).*exp(-5/4.*(w./0.5578).^(-4))); its integral: A=integral(P...
10 years 前 | 4 个回答 | 0
4
个回答提问
Equal weight discretization. Please help!
Hello, I am a brand new matlab user thus facing quite some difficulties. I have a function: S(w)=5/16*Hs^2.*w.^4.*wp^(-5)....
10 years 前 | 0 个回答 | 0
0
个回答已回答
Quick question about the loop
try this: M=10:40 for i=0:30; i=i+1; A(i)=10+M(i); end
Quick question about the loop
try this: M=10:40 for i=0:30; i=i+1; A(i)=10+M(i); end
10 years 前 | 0
| 已接受
提问
Discretization of 2D and 3D wave spectrum
Hello all, I need your help!!! I am trying to generate water surface elevations considering 2D and 3D seas. For this I need t...
10 years 前 | 0 个回答 | 0