已回答
Trained Model Predict output from unknown values
Hi Steve, You can refer to the following documentation about various approaches to treat missing data: https://www.mathworks.c...

4 years 前 | 0

| 已接受

已回答
Centered Finite difference method
Hi, Refer to the following documentation on the functions available in MATLAB that use 'FiniteDifferenceType' optimization func...

4 years 前 | 0

已回答
How to get a network function to display input values for best target
Hi, Feature selection is a dimensionality reduction technique that selects a subset of features (predictor variables) that prov...

4 years 前 | 0

已回答
Thermal modelling of a photovoltaic module in simulink
Hello, You can refer to following links: Photovoltaic Thermal (PV/T) Hybrid Solar Panel - MATLAB & Simulink - MathWorks India ...

4 years 前 | 1

已回答
regressionLearner Data Set Variable and Response variable issues
Hi Samuel, It seems that your issue requires more information and a deeper investigation. I would recommend you to contact te...

4 years 前 | 0

已回答
yolo v3 edit layer
Hello, Refer to the following example which shows training of the YOLO v3 object detector on a custom training dataset (having ...

4 years 前 | 0

已回答
Neural Network for Simulink
Hi, Refer to the following documentations for generating simulink block for neural network simulation: Generate Simulink block...

4 years 前 | 0

已回答
stacked (rows) of tabs in AppDesigner?
Hi Cathie, I have brought this issue to the concerned people and they might investigate the matter.

4 years 前 | 0

已回答
Can Simulink Models Be Ran On A GPU?
Hi, You can use GPU Coder to speed up the execution of your Simulink model by using NVIDIA GPUs: https://www.mathworks.com/hel...

4 years 前 | 0

| 已接受

已回答
Length scale in Kernel functions
Hi, "The characteristic length scales briefly define how far apart the input values can be for the response values to become u...

4 years 前 | 0

已回答
Why am I getting a green screen while previewing an object made using videoinput but it works when previewing an object using webcam function?
Hi Kosta, Refer to following discussion which is related to the similar issues as mentioned by you: Why do I receive a black p...

4 years 前 | 0

已回答
Probelm with web app server
Hi Martin, The "StartService FAILED 1068" error appears when the port that your server is trying to use is unavailable. This ty...

4 years 前 | 1

已回答
Simulink Online. Layout option in scope block does't work
Hi Higinio, I have heard that this issue is known and the concerned parties may be investigating further.

4 years 前 | 0

已回答
The SVM classifier embebed in classfication learner App can do multiclass classification or not?
Hi Frank, "In Classification Learner, you can train SVMs when your data has two or more classes." You can refer to the followi...

4 years 前 | 0

| 已接受

已回答
How do I correct a parse phase error at both function and end?
Hi Mykaela, You are getting parse error because you haven't declare function properly. Refer to function documentation for decl...

4 years 前 | 0

已回答
Adding border to table
Hi Abbey, I would suggest you to use uitable that will create table user interface component. The code provided by you genera...

4 years 前 | 0

已回答
Standalone App error using Statistical and Machine Learning Toolbox
Hi, If your stand-alone does not behave as expected and you are unable to see any error messages or warnings, then proceed as f...

4 years 前 | 0

| 已接受

已回答
Training Time delay neural networks with Parallel and GPU Computing ?
Hi, Performance of GPU code is dependent on the algorithm used, data size of the problem and the GPU hardware used. Significant...

4 years 前 | 0

| 已接受

已回答
training neural network with noise input
Hi, I would suggest you to use k-fold cross-validation to train a neural network with the combination of all three datasets. ...

4 years 前 | 0

已回答
Issue when opening Matlab
Hi David, You can try to restore the search path to the installation default by executing the following commands: >> restorede...

4 years 前 | 0

已回答
Is it possible to directly extract formula/function from ANN toolbox (nntool)
Hi Sharailin, After modeling the ANN in the toolbox and training it, you will get following panel: Click on MATLAB Function ...

4 years 前 | 0

已回答
Issue implementing custom fully connected layer - weights converging to 0
Hi Kenny, As @Larry mentioned by default the weights are initialized with Glorot initializer in fully connected layers provided...

4 years 前 | 0

已回答
I've a block to matlab
Hi Ginevra, Refer to the following answers: Why will MATLAB not start up properly on my Windows based system? - MATLAB Answers...

4 years 前 | 0

已回答
Stopping and restarting latin hypercube sampling
Hi Alessandro, On running the following code: rng default % For reproducibility X = lhsdesign(10,4) You will get the same sa...

4 years 前 | 0

已回答
creating 3D matrix
Hi Ahmad, You can refer to cat documentation that will concatenate arrays.

4 years 前 | 0

| 已接受

已回答
Classification Learner APP. Cross-validation, scatter plot and confusion matrix.
Hi Giansu, Let's understand the scatter plot and confusion matrix generated by Classification Learner App for k-fold cross-vali...

4 years 前 | 1

| 已接受

已回答
How to use my trained LSTM model to test the remaining unused normal signals ?
Hi Pooyan, It is my understanding that you have trained your LSTM sucessfully and you are facing problem while testing. You w...

4 years 前 | 0

已回答
Why Conversion of 2D matrix to 3D matrix is giving wrong results??
Hi Rabia, The reason mentioned by David is correct. I am providing the code snippet for your reference which will give you des...

4 years 前 | 0

已回答
Count FLOPs for built-in MATLAB functions
Hi Dorin, Currently, there is no function to calculate FLOPs. I have brought this issue to the notice of our developers. They ...

4 years 前 | 0

已回答
Matlab On-Ramp Course: Unresponsive Sections
Hi Amrit, Google Chrome is recommended browser for the best overall experience. You can try using it, if you haven't. Refer to...

4 years 前 | 0

加载更多