Answered
Deploy Java wrapper around m-file wrapper around a mex file?
Hi FM, Yes, you can deploy a Java wrapper of kamada_kawai_spring_layout.m or a Java wrapper of your own wrapper of kamada_kawai...

2 years ago | 2

| accepted

Answered
Change TD3 actor network layers
Hi YQ, The error message you're encountering indicates that the actor network you're attempting to import back into the Reinfor...

2 years ago | 0

Answered
How can i compile a source code to slcovmex format with gcc compiler?
Hi 종한 김, To compile a C-MEX S-function with coverage using GCC (MinGW64), you would typically need to add the necessary compile...

2 years ago | 0

Answered
LSTM for time series forecasting
Hi Nestoras, When you're dealing with multiple parallel time series that affect each other, you're looking at a multivariate ti...

2 years ago | 0

| accepted

Answered
How can I add a method to a table class?
Hi Ronald, In MATLAB, when you define a class using the classdef keyword in a single file (not in an @class folder), the class ...

2 years ago | 0

Answered
Multiclass Classification using SVM (tuning C parameter)
Hi Assem, In MATLAB, you can use the OptimizeHyperparameters option within fitcecoc to automatically tune hyperparameters such ...

2 years ago | 0

Answered
How to plot dynamic amount of contour plots within one figure
Hi Frederic, To achieve your goal, you can follow these steps: Load the saved data tables for each of the individual plots fro...

2 years ago | 0

Answered
How can i make vision transformer model that recives input, multiple images
Hi 수민 안, Yes, it is possible to create a deep learning model in MATLAB that takes multiple images as input and outputs a sequen...

2 years ago | 0

Answered
No devices were detected for the GenTL adaptor.
Hi Joe, To resolve the issue with the detection of external cameras using the GenTL adaptor in the image acquisition toolbox, ...

2 years ago | 0

Answered
How to use polyfit on a matrix
Hi Raghav, In MATLAB, polyfit is typically used to perform polynomial fitting, which includes linear fitting (a special case wh...

2 years ago | 0

Answered
Why is my plot showing nothing?
Hi Mohammad, The issue with your code is that within the loop, you're plotting individual points using plot3 by specifying x(i)...

2 years ago | 0

| accepted

Answered
how to fix the no of neurons,hidden layers, types of inputs annd outputs in a BPNN?
Hi Somu, In MATLAB, you can create a backpropagation neural network (BPNN) using the Deep Learning Toolbox. Here's a basic guid...

2 years ago | 0

| accepted

Answered
CNN Classification Different Results When Shuffled Columns
Hi Hamza, The issue you're facing with different classification results when shuffling columns in your 1D CNN for speech recogn...

2 years ago | 0

Answered
the relation between score and probability for ensemble classification
Hi Hui, The RUSBoost algorithm is an implementation of the AdaBoost algorithm with random undersampling. In terms of interpreti...

2 years ago | 0

Answered
how to use k-mean clustering in the case of cells containing matrices?
Hi Ammar, To use k-means clustering on a cell array containing 120 cells, where each cell contains a 12x5 matrix of observation...

2 years ago | 0

Answered
Different result between `classify` and `classifyAndUpdateState`
Hi Xie, There are a few possible reasons why the classifyAndUpdateState function might be giving you different results than the...

2 years ago | 0

| accepted

Answered
classify and update state
Hi BSP, In MATLAB, the functions 'classify' and 'classifyAndUpdateState' are used for sequence classification tasks with recurr...

2 years ago | 0

Answered
How's sigma calculated in fitrgp()
Hi Anurag, In Gaussian Process (GP) regression, the standard deviation of the observation noise, often denoted as sigma (σ), is...

2 years ago | 0

Answered
I need to classify ellipsoids consisting of set of points.
Hi Bassem, If you want to classify each ellipsoid separately and store the points belonging to each ellipsoid in a vector, you ...

2 years ago | 0

| accepted

Answered
Totally new to ANN load forecasting, need help on how to predict future data?
Hi Davy, To predict the outcome from September 2017 until December 2020 using the trained neural network, you can follow these ...

2 years ago | 0

Answered
how to create one size fits boxplot figures ?
Hi Omar, To resize the subplots and make them the same size, you can use the subplot function's Position property. Adjusting th...

2 years ago | 0

| accepted

Answered
can i get a neural network architecture that predict the length and width of an image
Hi JIBIN, To create a network architecture for predicting the length and width of an image using MATLAB, you can follow these s...

2 years ago | 0

Answered
Datastore that store both pixels and rectangle bonding boxes to train model
Hi ahmad, In MATLAB, there is no specific built-in mixed-format label datastore that combines both pixel-level masks and rectan...

2 years ago | 0

| accepted