已回答
How do I define the are of checkboard
It looks like you are trying to define an integration area in MATLAB using a Monte Carlo method. The image shows a checkerboard...

7 months 前 | 0

已回答
options for analyzing simulation results. Looking for suggestions
To visualize a large set of simulations from a Markov Model like 100000 simulations for 57 years there are several techniques an...

7 months 前 | 0

已回答
How can I prevent MATLAB from copying a SIMSCAPE model to the current folder?
Hi, when you run a Simulink model in MATLAB from a different directory, MATLAB may create a duplicate of the model file in the c...

7 months 前 | 0

已回答
Purely Explorative Acquisition Functions for bayesopt
Hi, you want to use ‘bayesopt’ with a purely explorative aquisition function but as per documentation of ‘bayesopt’. You can tak...

7 months 前 | 0

已回答
Model Monte Carlo Simulation
Hi, please see the below MATLAB code to draw histogram and calculate mean, standard deviation for output (y) by using 10 000 sam...

7 months 前 | 0

已回答
Denoising image using CNN
Hi, you can open this example in upgraded version like MATLAB R2024a openExample('images/RemoveImageNoiseUsingPretrainedNeuralN...

7 months 前 | 1

已回答
LAG VALUE OF A VARIABLE
Hi, if you want to specifically handle the case where your lagged variable should be of size 3936x1, here's how you can do it: ...

7 months 前 | 0

已回答
simulation of a probability on Matlab
Hi, I understand that you want to use density function p(x1,x2,x3,x4)=log2(1+x1/(1+(x2+x3+x4)))*x1*x2*x3*x4/sigma*exp(-(x1^2+...

7 months 前 | 0

已回答
what is 2+2
Hi @Walter Roberson you skipped one case :) string(2) + string(2)

7 months 前 | 1

已回答
Error when trying to plot 3D Joint PDF
Hi, the problem involves transforming two independent and identically distributed random variables, (X_1) and (X_2), each unifor...

7 months 前 | 0

已回答
The neural network never reaches to minimum gradient
Hi, The goal in training a neural network is not to achieve a "minimum gradient" but rather to minimize the loss function (or ...

7 months 前 | 0

已回答
"trainNetwork" says invalid training data
Hi, One possible error could be due to taking a transposed vector in your code. Please check the code for ‘train’ for shall...

7 months 前 | 0

已回答
How to do deep learning on multiple images?
Hi, In response to your initial inquiry, I would like to highlight several existing deep learning architectures that can be...

7 months 前 | 0

已回答
Please explain training regression
Hi In the context of neural networks within MATLAB, the training regression plot serves as a valuable tool for evaluating ...

7 months 前 | 0

已回答
I am getting 100% accuracy at the begining of the epoch for both traning and validation een if i use different dataset or both traning and validation.
Hi, I saw the dataset in the link provided and one of the possible issue could be the dataset. I opened the “.rar” file in datas...

7 months 前 | 0

已回答
Creating unchangeable properties of a MATLAB machine learning model object
Hi, to make properties of an object in MATLAB immutable after they have been set, you can utilize MATLAB's object-oriented progr...

8 months 前 | 0

已回答
I want to chek my function for solving system of equaton
Hi, I saw you code and executed MATLAB code in R2024a and I find it correct. function [Is] = current() [f,N,Nc,a1,a2,ra...

8 months 前 | 2

| 已接受