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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

| accettato

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

| accettato

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 3

| accettato

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

| accettato

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

oltre 3 anni fa | 0

| accettato

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

oltre 3 anni fa | 0

| accettato

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

oltre 3 anni fa | 0