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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 0 | 0