Réponse apportée
How to plot roc and find pfa
Hi @Praanesh Sambath, You can plot the ROC curve and evaluate classifier performance for radar data using the ‘perfcurve’ func...

10 mois il y a | 0

Réponse apportée
How to display a subjects mean reaction time as a bar chart?
Hi @Kyle Davis, You can calculate the mean reaction time for each individual participant using MATLAB's ‘mean’ function. Once ...

10 mois il y a | 0

Réponse apportée
How to curve fitting for array?
Hi @Ege Tunç, To perform cur fitting for the arrays that you have provided, you can utilize the ‘fit’ function in MATLAB. The ‘...

10 mois il y a | 0

Réponse apportée
AlexNet training on 3D matlab file data
Hi @paco coci, There is a workaround to convert all your images into the size [227x227x3] all at once using the image batch pr...

10 mois il y a | 0

Réponse apportée
Amplitude scaling applying fft of iddata object
Hi @Alexander Avdonin, When the ‘fft’ function is applied to a time domain ‘iddata’ object, the FFTs are normalized by dividin...

10 mois il y a | 0

Réponse apportée
error :Error using trainNetwork Number of elements must not change. Use [] as one of the size inputs to automatically calculate the appropriate size for that dimension.
Hi @mario rossi, I encountered a similar issue when training the 1D convolutional autoencoder in MATLAB. It is due to a mismat...

10 mois il y a | 0

Réponse apportée
Storing epoch time value as a datetime class
Hi @Cameron Barry, Yes, it is possible to store epoch time values measured in seconds as MATLAB ‘datetime’ objects while prese...

10 mois il y a | 0

Réponse apportée
how to find the horizontal Asymptotes of fitted curve equation for a data set
Hi @zein, The ‘limit’ function in MATLAB which is a part of the Symbolic Math Toolbox, is designed to operate on symbolic vari...

10 mois il y a | 0

Réponse apportée
calllib expects bool type
Hi @ Tom K, While working with the FTDI MPSSE library to create an SPI interface in MATLAB, I encountered a common issue when ...

10 mois il y a | 0

Réponse apportée
could anyone help me how I can different different activation function for training the model
Hi @jaah navi, The ‘functionLayer’ from MATLAB's Deep Learning Toolbox enables the implementation of activation functions such ...

10 mois il y a | 0

Réponse apportée
Using fi function to quantize weights
Hi @Ali Al-Saegh, The issue is encountered because the function ‘fi’ creates a fixed-point object of type ‘embedded.fi’, which...

10 mois il y a | 0

Réponse apportée
between pcolor & imascn which of them better for correlation plot
Hi @Mahboubeh Molavi-Arabshahi, The different plots from using ‘pcolor’ and ‘imagescn’ is because these functions handle matr...

10 mois il y a | 0

Réponse apportée
How can I integrate a measurement signal into Simulink in an mFile?
Hi @timepass, The functions such as‘trapz’and ‘cumsum’are designed to operate on numeric arrays, rather than directly on‘times...

10 mois il y a | 0

Réponse apportée
Why do we need Asynchronous Task Specification block?
Hi @Sergei, The Task Manager schedules both time-driven and event-driven tasks and generates function-call signals in response ...

11 mois il y a | 0

| A accepté

Réponse apportée
How can I override the bulk move / group move in Simulink?
Hi @Nicholas, In Simulink, when you move, resize, or add a port to a block with three or more ports, any straight, unbranched ...

11 mois il y a | 0

| A accepté

Réponse apportée
Integration of fft signal
Hi Moza, There are many ways in MATLAB to integrate discrete data, like the FFT signal in your case. One common approach is to...

12 mois il y a | 0

Réponse apportée
How to plot a single vector on a polarhistogram with data.
Hi Patrick, To plot a vector at a manually calculated angle in MATLAB, you can utilize the ‘polarplot’ function. Polar plots a...

12 mois il y a | 0

Réponse apportée
Display app designer results in commande window?
Hi Alifedjoun, In MATLAB App Designer, we can display output directly in the MATLAB Command Window by using standard output fu...

12 mois il y a | 0

Réponse apportée
where can I find all classification functions like newff newcf newelm and more
Hi Mohammad Mehio, In MATLAB, several functions are available for creating and training neural networks, especially for classi...

environ un an il y a | 0

Réponse apportée
Repeating a Waveform in MATLAB
Hi Hasan, To repeat the waveform that you have designed for any desired number of periods (or cycles), you will need to make a...

environ un an il y a | 0

Réponse apportée
How to simulate PAM modulation and demodulation in simulink
Hi Zilliang11, QPSK modulates information using phase shifts, requiring precise phase detection and correction mechanisms t...

environ un an il y a | 0

Réponse apportée
BER for PAM4 signal available in .mat file
Hi Mohit, The Bit Error Rate (BER) is the number of bit errors divided by the total number of transmitted bits during an obser...

environ un an il y a | 0

Réponse apportée
whats the difference btw chart and chart(MATLAB) in stateflow
Hi Sushma, A Stateflow chart is a graphical representation of a finite state machine consisting of states, transitions, and da...

environ un an il y a | 0

Réponse apportée
How can I extract a CodeProver Report?
Hi, To generate a report in Polyspace that includes your justifications and comments, follow these steps: After the analysis i...

environ un an il y a | 1

| A accepté

Réponse apportée
Technical documentation for pseudo likelihood iterations as implemented in fitglme
Hi, You can refer to the following documentation for some insightful information on fitglme https://www.mathworks.com/help/...

environ un an il y a | 0

Réponse apportée
image steganography using DCT
Hi, For properly hiding a secret image under a cover image(steganography), the preprocessing steps are also equally important, ...

environ un an il y a | 0

| A accepté

Réponse apportée
Generating I and Q modulation data
Hi, To start with OTFS(Orthogonal Time Frequency Space),we have to first define the parameters required like number of delay bi...

environ un an il y a | 0