Answered
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...

meer dan 3 jaar ago | 0

Answered
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...

meer dan 3 jaar ago | 0

| accepted

Answered
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...

meer dan 3 jaar ago | 0

Answered
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...

meer dan 3 jaar ago | 0

| accepted

Answered
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...

meer dan 3 jaar ago | 0

Answered
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...

meer dan 3 jaar ago | 0

Answered
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 ...

meer dan 3 jaar ago | 0

Answered
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...

meer dan 3 jaar ago | 0

Answered
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?

meer dan 3 jaar ago | 0

Answered
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 ...

meer dan 3 jaar ago | 0

Answered
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...

meer dan 3 jaar ago | 3

| accepted

Answered
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...

meer dan 3 jaar ago | 0

Answered
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...

meer dan 3 jaar ago | 0

Answered
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.

meer dan 3 jaar ago | 0

| accepted

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

meer dan 3 jaar ago | 0

| accepted

Answered
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:...

meer dan 3 jaar ago | 0

| accepted

Answered
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_...

meer dan 3 jaar ago | 0