回答済み
How do I make my neural network consistent?
Hi Vahagn, To improve the consistency of your neural network, when solving a DSGE model with a zero lower bound, you can per...

約1年 前 | 0

回答済み
Composite Boole's Rule
Hi Muhammad, To create a function to numerically integrate equation using the newton-cotes composite boole’s rule, you can p...

約1年 前 | 0

回答済み
wavelet decomposition on 2D EEG data
Hi Saima, To generate a variable for wavelet decomposition from your 2D EEG dataset in MATLAB, you can directly create a cell a...

1年以上 前 | 0

回答済み
viscous damper Dissipation energy code
Hi Jasem, To develop MATLAB code for the instantaneous integration of dissipated energy in a viscous damper, you can refer t...

1年以上 前 | 0

回答済み
How to select multiple channels of time-frequency at EEGLAB?
Hi Kengo, To select multiple channels for time-frequency analysis in EEGLAB, you can perform the following steps: Load your EE...

1年以上 前 | 0

回答済み
NARX - Multi step prediction
Hi Vladislav, To reduce the error in closed-loop mode, you can try the following steps: Increase the training data by provi...

1年以上 前 | 0

回答済み
How to convert 1D-ECG signal into 2D-ECG image
Hi Sanjay, The Pan-Tompkins algorithm is mainly used for QRS detection, and while it doesn’t inherently convert 1D signals t...

1年以上 前 | 0

回答済み
wavelet coherence significance test
Hi yx, To evaluate the significance of wavelet coherence when using the ‘wcoherence’ function in MATLAB, refer the following...

1年以上 前 | 0

回答済み
MATLAB integration w/ STK (generateTLE)
Hi Nathan, You can troubleshoot the command failure when automating TLE generation in MATLAB using STK with the following: Ver...

1年以上 前 | 0

回答済み
how to extract non-linear features like Lyapunov exponent or Fractal or correlation dimensions from an EEG signal?
Hi Alireza, To perform non-linear feature extraction on your EEG signal in MATLAB, you can use several methods present in vario...

1年以上 前 | 0

回答済み
How do I access Bloomberg FSRC screens in Matlab?
Hi Neil, Accessing Bloomberg FSRC screens in MATLAB is a bit more specialized compared to the 'eqs' function. However you can...

1年以上 前 | 0

回答済み
Can eConnectome be used for sEEG data?
Hi Selena, eConnectome is a MATLAB-based toolbox designed primarily for EEG/MEG data analysis and visualization. While it is ...

1年以上 前 | 0

回答済み
How can I Add new scenarios to highway lane change planner
Hi Mohammad, To add new driving scenarios to the highway lane change planner and controller in MATLAB, refer the following st...

1年以上 前 | 0

回答済み
I want to implement the Hidden Markov Model(HMM) for the classification in EEG signal.So please suggest me how will i implement this code for HMM in MATLAB
Hi Sachin, To implement a Hidden Markov Model for classifying EEG signals in MATLAB, refer the following steps: Load and Pre...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 1

| 採用済み

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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 ...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

回答済み
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...

1年以上 前 | 0

さらに読み込む