답변 있음 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...
2년 초과 전 | 0
답변 있음 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...
2년 초과 전 | 0
답변 있음 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...
답변 있음 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...
답변 있음 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...
답변 있음 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...
답변 있음 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...
답변 있음 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...