답변 있음 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...