回答済み
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 0

| 採用済み

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

3年以上 前 | 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年以上 前 | 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年以上 前 | 0