已回答
Nested loop, How can i plot a BER performance for different dBs using a nested loop
Hi Lutfeyara, In order to display individual figure windows, use the figure command just before the semilogy command as, figur...

3 years 前 | 0

已回答
how to convert raw data to mat format
Hi Akmal, There is a built-in function dicomread in the Image Processing Toolbox in MATLAB which reads input files with .dcm ex...

3 years 前 | 0

| 已接受

已回答
Recognizing a Specific Figure in an Image
Hi Gabrielle, There is a function imfindcircles in Image Processing Toolbox which can find circles in an image using Hough tra...

3 years 前 | 0

已回答
How to conditionally run TestMethodSetup functions
Hi Dimitris, I would suggest that first you create a new method without test attributes and add the helper functions setupRand...

3 years 前 | 0

| 已接受

已回答
Warning: Invalid playback selection
Hi, I understand that you are getting this warning when the play function is executed. This occurs because the stop index value...

3 years 前 | 0

已回答
Floating Point scalar error while trying to find Grammians
Hi Hussain, You are experiencing this error because k is undefined, as a result, A and B are computed as symbolic variables and...

3 years 前 | 0

已回答
Help getting p-values of individual beta coefficients as output from mvregress
Hi Prabhjot, As per my understanding, t-value is negative when the regression coefficient is negative. A possible workaround ...

3 years 前 | 0

已回答
How to plot Amplitude Spectrum of CT and DT System Response
Hi Wali, I understand that you want to plot the amplitude of the continuous-time frequency response and discrete-time frequen...

3 years 前 | 0

已回答
AM modulated and demodulated signal
Hi Mahabba, Your syntax for amdemod() seems okay to me. Could you elaborate more on the error you are encountering?

3 years 前 | 0

已回答
Writing a Loop function for all variable possibilities in two arrays.
Hi Robert, The best way to get all possible combinations of two vectors in matrix form is by using meshgrid function. In your ...

3 years 前 | 0

已回答
How can I implement Wavelet Neural Network in MATLAB?
Hi Aditya, As of now, wavelet functions are not in the list of activation functions supported in the Deep Learning Toolbox. Th...

3 years 前 | 3

| 已接受

已回答
Simulink scope not display signal name
Hi Brain, I understand you are facing issue with getting title name for all the signals in the scope output in R2020b. Howeve...

3 years 前 | 0

已回答
How can I reshape the unsupported Keras layer?
Hi Jia, There is no reshape method in Deep Learning Toolbox as of now. As a workaround, you can reshape a 3-neuron layer t...

3 years 前 | 0

已回答
Complex Principle Component Analysis
Hi Hasan, There is no tutorial on Complex Principal Component Analysis as of now. This might be included in a future release.

3 years 前 | 0

| 已接受

已回答
Exponential Integrator in MATLAB?
Hi Konstantinos, There is no specific method to solve Ordinary Differential Equations using Exponential Integration methods in...

3 years 前 | 0

| 已接受

已回答
Support Package for Raspberry Pi (R2020a) - does it support the CM4 ?
Hi Sylvain, Please refer to this link to know about the Raspberry Pi modules that are supported by the support package https:...

3 years 前 | 0

| 已接受

已回答
How to simulate trained networks?
Hi Yanuar, I understand that you are facing issues while performing regression on input images using the method, Y = sim(net_...

3 years 前 | 0