Feeds
提问
Output file failed to be updated after running standalone executable file
Hi all, I have compiled an AutomatedIteration.exe file from my .m code using the Matlab deploytool. The reference files inclu...
11 years 前 | 0 个回答 | 0
0
个回答提问
How to add the iteration count to the code
Hi, I started using Matlab to run Monte Carlo Simulation just a few weeks ago. I have a question about the iteration count: ...
12 years 前 | 2 个回答 | 0
2
个回答提问
If condition for each matrix elements
Hi, I have a question about if function for matrix elements. My code is here: d1 = 1.5 + 0.3.*randn(100,1); %ball-bearing ...
13 years 前 | 1 个回答 | 0
1
个回答提问
Exclude negative values from random number generator
Hi, Just a quick question. I generate a series of normally distributed random numbers with mean 1.5 and standard deviation 0...
13 years 前 | 1 个回答 | 0
1
个回答提问
Store value into matrix, and then perform calculation upon each element
Hi, I have a question about performing calculation on each matrix elements. My code is here: syms m a x u; a=16807; ...
13 years 前 | 1 个回答 | 0
1
个回答提问
scatter plot in matlab
Hi, I'm new to Matlab. And I need to write a congruential random number generator without using RAND().And then plot the Ui vs...
13 years 前 | 1 个回答 | 0