Réponse apportée
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 mois il y a | 0

Réponse apportée
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 mois il y a | 0

Réponse apportée
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 mois il y a | 0

Réponse apportée
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 mois il y a | 0

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

12 mois il y a | 0

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

12 mois il y a | 1

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

12 mois il y a | 0

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

12 mois il y a | 0

Réponse apportée
what is 2+2
Hi @Walter Roberson you skipped one case :) string(2) + string(2)

12 mois il y a | 1

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

12 mois il y a | 0

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

12 mois il y a | 0

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

12 mois il y a | 0

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

12 mois il y a | 0

Réponse apportée
Please explain training regression
Hi In the context of neural networks within MATLAB, the training regression plot serves as a valuable tool for evaluating ...

12 mois il y a | 0

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

12 mois il y a | 0

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

12 mois il y a | 0

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

12 mois il y a | 2

| A accepté