Answered
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...

1 year ago | 0

Answered
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...

1 year ago | 0

Answered
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...

1 year ago | 0

Answered
"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...

1 year ago | 0

Answered
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...

1 year ago | 1

| accepted

Answered
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...

1 year ago | 0

Answered
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 ...

1 year ago | 0

Answered
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...

1 year ago | 0

Answered
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...

1 year ago | 0

Answered
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...

1 year ago | 0

| accepted

Answered
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...

1 year ago | 0

Answered
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...

1 year ago | 0

Answered
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...

1 year ago | 0

Answered
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...

1 year ago | 0

Answered
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...

1 year ago | 0

Answered
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...

1 year ago | 0

| accepted