Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

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

12 meses hace | 0

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

12 meses hace | 0

Respondida
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 meses hace | 0

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

12 meses hace | 1

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

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

12 meses hace | 1

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
"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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 2

| aceptada