Feeds
질문
code in script called swap
write a few lines of code that swap the values of x and y. Put your code in a script called swap and test it.
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Monte Carlo integration of sin(x)
This is a code for the integration of sin(x) from 0 to 1. How do I change it so it can be from -1 to 1? clear clc n=10000; m...
6년 초과 전 | 답변 수: 2 | 1