回答済み 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...
回答済み 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...
1年以上 前 | 0
回答済み Denoising image using CNN
Hi, you can open this example in upgraded version like MATLAB R2024a
openExample('images/RemoveImageNoiseUsingPretrainedNeuralN...
1年以上 前 | 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:
...
1年以上 前 | 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+...
1年以上 前 | 0
回答済み what is 2+2
Hi @Walter Roberson you skipped one case :)
string(2) + string(2)
1年以上 前 | 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...
回答済み "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...
1年以上 前 | 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...
1年以上 前 | 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 ...