Feeds
提问
Numerical integration using quad function
Numerically integrate using the quad function. 10 I(x)= ∫ sqrt(x)dx 0 Can anyone help me out with this?
13 years 前 | 1 个回答 | 0
1
个回答提问
Function which returns the outer product of two vectors
Write a function which returns the outer product between two vectors. The function should accept two input arguments: the vecto...
13 years 前 | 2 个回答 | 0
2
个回答提问
Explain this while loop
Please explain the steps to how this code fragment works. I don't really understand count or index. Thanks. What is count...
13 years 前 | 2 个回答 | 0
2
个回答提问
For loops question Help
Can someone please explain the steps to this problem for me? What is the variable y as the result of the given Matlab code f...
13 years 前 | 1 个回答 | 0
1
个回答提问
Using Loops to create a NxN identity Matrix
Write a function which creates and returns an N×N identity matrix. The function should accept the matrix size, N, as the only i...
13 years 前 | 1 个回答 | 0
