Réponse apportée
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...

environ 2 ans il y a | 2

| A accepté

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

| A accepté

Réponse apportée
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 ...

environ 2 ans il y a | 0

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

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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, ...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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)...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
classify and update state
Hi BSP, In MATLAB, the functions 'classify' and 'classifyAndUpdateState' are used for sequence classification tasks with recurr...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté