![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19202653_1597530064072_DEF.jpg)
Aren Arslanyan
Followers: 0 Following: 0
Feeds
질문
How to Make Simpsons Rule UDF
function output = Simpsons(f,a,b,h) % f - funtion % a - This is the initial x value % b - This is the final x value % h ...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to make a UDF that calculates the Midpoint Rule
function output = Midpoint(f,a,b,h) %%%%%%%% Inputs % f - This is a function handle defining the right-hand side of the ODE w...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Average of 2 sets of random numbers
I need to create a fair sided coin, tails=-1 and heads=+1, and run a random number generator that gives the results of a 100 fli...
4년 초과 전 | 답변 수: 1 | 0