回答済み Time and Frequency domain
Hi @Saud ALShuaili,
You can convert your code from time domain to frequency domain using Fast Fourier Transform (FFT).
You...
9ヶ月 前 | 0
回答済み Question surf() fuction
Hi @Esteban Suárez,
As per my understanding, you want to convert the 3D surface plot into a 2D NxN matrix where each element r...
9ヶ月 前 | 0
回答済み SNR of a signal
Hi @shazmina jamil,
It is my understanding that you want to calculate the SNR in sets of 10 samples and receive the output aft...
回答済み antenna characteristics
Hi @vijay,
To calculate the impedance, voltage, current distribution, radiation pattern, and reflection loss of a UHF antenna i...
回答済み Does app designer support gscatter ?
Hi,
Yes, the MATLAB App Designer supports “gscatter” function for creating grouped scatter plots. It can be done directly withi...
回答済み Need help fixing simple function
Hi, I went through the function used and found that the issue lies in the for loop of the code. The inner loop (for j = 1:9) is ...
11ヶ月 前 | 0
回答済み How can I use ss2tf for big matrices A,B,C,D?
Hi! I encountered the same issue where “ss2tf” expected a dense matrix but got a sparse one instead. It can be addressed by redu...