Answered
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...

11 months ago | 0

Answered
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...

11 months ago | 0

Answered
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...

11 months ago | 0

Answered
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...

11 months ago | 0

Answered
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...

11 months ago | 0

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

11 months ago | 1

Answered
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: ...

11 months ago | 0

Answered
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+...

11 months ago | 0

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

11 months ago | 1

Answered
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...

11 months ago | 0

Answered
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 ...

11 months ago | 0

Answered
"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...

11 months ago | 0

Answered
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...

11 months ago | 0

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

11 months ago | 0

Answered
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...

11 months ago | 0

Answered
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...

11 months ago | 0

Answered
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...

11 months ago | 2

| accepted