Answered
How to segment color image(Skin lesion) with Unet and transfert learning?
Hi Samia, To segment skin lesion images using Unet, you can follow the below steps: Setup the MATLAB environment, and extrac...

4 months ago | 0

Answered
Does anyone have the codes from the webinar video "Using Machine Learning and Deep Learning for Energy Forecasting with MATLAB" ?
Hi Jorge, The weather data acquisition for the above webinar is done from the New York ISO dataset. To retrieve historical we...

4 months ago | 1

| accepted

Answered
can anybody share the codes for Empirical Mode Decomposition of EEG signal?
Hi Shaswati, To perform EMD on EEG signals using MATLAB, the ‘emd’ function can be used. It returns the intrinsic mode func...

4 months ago | 0

Answered
How to use wavelet transform to classify EEG signals?
Hi ZR, To perform classification of epileptic and non-epileptic EEG signals, refer the below steps: Load the EEG data Preproc...

4 months ago | 0

Answered
How to design a IIR highpass filter?
Hi Jimmy, To design a highpass filter with specified cutoff frequency, you can use the ‘fir1’ function in MATLAB. To create th...

4 months ago | 0

Answered
i have a problem using Amica scripts
Hi Odette, The error obtained usually occurs when you are having NaN or Inf values in your EEG data when using the AMICA algor...

4 months ago | 0

Answered
Decomposition of Image using dyadic wavelet transform
Hi Nishtha, Decomposition of image into LL and HH subbands can be done using the ‘dwt2’ function present in MATLAB. To perfor...

4 months ago | 0

Answered
how i get longitudinal driver for electric vehicle simulation ?
Hi Muhammed, The Longitudinal Driver block in Simulink is part of the Vehicle Dynamics Blockset. This block implements a longi...

4 months ago | 0

Answered
plotting PPG signal using PWL source
Hi abd-elRaoof, To plot a PPG signal from a source file using a piecewise linear (PWL) source in Simulink, you can do the foll...

4 months ago | 0

Answered
How to check whether partial correlation is significant or not at 5% significance level?
Hi Rahul, To check whether the partial correlations are significant at the 5% significance level, you can compare each p-value...

5 months ago | 0

Answered
EMG data set time-frequency component using EEGLAB in MATLAB ?
Hi Mano, To analyse the time-frequency components of an EMG dataset using the EEGLAB toolbox, you can con preprocess your data...

5 months ago | 0

Answered
Formulation of Reward function for controlling of Asynchronous Motor
Hi Christy, The general approach for using RL with FOC is like that for a PMSM, however there are some key differences between...

5 months ago | 0

Answered
How to use Matlab to couple Phreeqc and COMSOL
Hi Peng, You can use MATLAB to connect Phreeqc and COMSOL by following these steps: Install the ‘IPhreeqcCOM’ module, which ...

5 months ago | 0

Answered
How to use ray tracing tool for visible light
Hi Anandi, the ‘txsite’ command in MATLAB is designed for RF communication and doesn’t support the optical frequencies require...

5 months ago | 0

Answered
Error using wavedec Expected X to be finite. Error in wavedec (line 34) validateattributes(x,{'numeric'},{'vector','finite','real'},'wavedec','X');
Hi Arvind, The error message you are encountering, "Expected X to be finite," indicates that the ‘wavedec’ function is detecti...

5 months ago | 0

Answered
Help please, How to segmentation image of scanned documents
Hi Andrew, It is my understanding that you want more information regarding image segmentation of scanned documents. To perf...

5 months ago | 0

Answered
temperature control system using peltier modules
Hi Adam, It looks like you want to know more about how to design a temperature control system using Peltier modules. To build...

5 months ago | 0

Answered
can you tell me algorithem features extraction eeglab
Hi Mohamed, It is my understanding that you want to perform feature extraction for EEG signals using MATLAB and EEGLAB. Perfor...

5 months ago | 0

Answered
UAV flight simulation ground truth
Hi Sami, It is my understanding that you are getting discrepancies while reading ground truth data during an UAV flight simula...

5 months ago | 0

Answered
how to find LPC feature from speech to recognize human emotions in matlab? Please, can anyone help?
Hi Divya, It is my understanding that you want to perform LPC for feature extraction for speech processing and emotion recogni...

5 months ago | 2

Answered
Dear all, may I know how can we enter the extinction coefficient value in Stk?
Hi Reham, It is my understanding that you want to convert the units used for the extinction coefficient in the STK system tool...

5 months ago | 1

Answered
Is there anyone working on electric powertrain 1-D simulation?
Hi Mohan, It is my understanding that you are looking for more resources and materials related to electric powertrain 1-D Simu...

5 months ago | 0

Answered
can some one tell me how to do the aspen plus excel matlab link ??
Hi Hamza, To interact with a user model subroutine in Aspen Plus and link it with MATLAB and Excel, you can perform the follow...

5 months ago | 0

Answered
Why should we use only dyadic length signal in discrete wavelet transform?
Hi, When performing a Discrete Wavelet Transform (DWT), having a dyadic length (a length that is a power of two) for the signa...

5 months ago | 0

Answered
PPO | RL | Training for 10000 rounds still doesn't get effective training, and the reward curve is very flat
Hi Yu, The oscillation of episode rewards in reinforcement learning (RL), particularly with algorithms like Proximal Policy Op...

5 months ago | 0

Answered
Get properties from Aspen Plus
Hi Andreas, To create an integration between Aspen Properties V9 and MATLAB, you can use a component object model (COM) interf...

5 months ago | 0

Answered
Thermophysical Properties of Refrigerants
Hi Abayomi, MATLAB and Simulink, along with Simscape Fluids, provide tools for modelling fluid systems, but accessing detailed...

5 months ago | 0

Answered
Need help in creating QR scanner app using MATLAB app designer
Hi Alexandrei, The error you're encountering, "Error using disp, too many output arguments," suggests that there might be an i...

6 months ago | 1

Answered
DQPSK Softdecision
Hi Reto, To demodulate a DQPSK signal that is shifted by (\pi/4) and obtain soft-decision values in the form of Log-Likelihood...

6 months ago | 0

Answered
Plot the BER for QPSK, DQPSK
Hi Ramiz, To plot the Bit Error Rate (BER) performance for QPSK and DQPSK (both theoretical and simulation results) on the sam...

6 months ago | 0

Load more