Réponse apportée
using .json pretraind model in matlab
Hi Amir You can import a pretrained JSON/h5 model in matlab as a neural network using the "importKerasNetwork".The argument pas...

environ 2 ans il y a | 0

Réponse apportée
Calculate average power of EEG interval
Hi Laura I understand that you want to segment the EEG data in 3 intervals, calculate the average power of various frequency ba...

environ 2 ans il y a | 0

Réponse apportée
How to convert Raman Spectrum to barcode
Hi Laura I understand that you want to convert a Raman spectrogram to a barcode. The spectrogram of each molecule is unique i...

environ 2 ans il y a | 0

Réponse apportée
"much greater than (>>) " operator calculation
Hi Mark I understand that you want to implement the much greater than (>>) operator to solve the equation K >> lambda in MATLAB...

environ 2 ans il y a | 0

Réponse apportée
Trouble importing Neural Net Predictors and Responses
Hi Lawrence I understand that the Neural Network Pattern Recognition App does not recognize the response variable from the work...

environ 2 ans il y a | 1

| A accepté

Réponse apportée
Change of scale in Bode Magnitude Plot
Hi I understand you want to plot the bode magnitude plot in log10 scale. You can follow the following steps for it: Obtain th...

environ 2 ans il y a | 0

Réponse apportée
How to simulate a Simulink model for particular number of hours?
Hi Gokul I understand that you want to run a simulation without overloading your computer. The following steps can help you to ...

environ 2 ans il y a | 0

Réponse apportée
Cannot Load .Mat file into workspace
Hi Nicholas I undersand that you cannot load a file into the MATLAB workspace due to large memory requirements. You can try u...

environ 2 ans il y a | 0

Réponse apportée
Train Convolutional Neural Network for Regression with augmented image
Hi Tiago To implement data augmentation in the example you've mentioned, you can follow these steps: Load the datase: Load the...

environ 2 ans il y a | 0

Réponse apportée
How is Validation and Test cost calculated in Classification Learner app?
Hi Satish The validation and testing cost refer to the total number of misclassifications. By default, the app assigns a penalt...

environ 2 ans il y a | 0

| A accepté

Réponse apportée
C++ API and allocators (memory management)
Hello Marie I understand you want to create string arrays as opposed to cell arrays of characters which requires a custom memor...

environ 2 ans il y a | 0

Réponse apportée
How to label an RBG image consisting of 8 bits/ data points and each point represents a certain power value to use the image as an input to CNN for forecasting
Hello Danya To my understanding, you want to forecast power outputs represented as RGB values. Instead of labelling the dataset...

environ 2 ans il y a | 0

Réponse apportée
Estgeotform3d using known points
Hello Anup It appears that the problem statement requires an increase in the number of data points in the final transformed dat...

environ 2 ans il y a | 0

Réponse apportée
How to sort out the issue that the workspace plotting data is not displayed completely in external mode? 
Hello Mohamed Since the data is showing up for only a short span of time, changing the x limit of the time axis can solve the i...

environ 2 ans il y a | 0

Réponse apportée
classify time related images using deep learning
Hello Inhyeok It appears that the problem statement requires the classification of images, which are time related within the fo...

environ 2 ans il y a | 0

Réponse apportée
Data Division of Neural Network training?
Hello Ali Almakhmari To ensure that the last 100 rows are included in the training set, you can split the data into two arrays...

environ 2 ans il y a | 0

| A accepté