Feeds
提问
Sum does'nt work for large q.N
I was wondering if anyone could give me some advice or correct my code so this sum will run for large q and N. I presume the pr...
7 years 前 | 1 个回答 | 0
1
个回答提问
Why is my code just filling row 100 values of a matrix?
My code below should fill the matrix q with the value h(when the while loop breaks for each m) however it seems that most of the...
7 years 前 | 1 个回答 | 0
1
个回答提问
Input at time t of a loop
I am running a loop in my code that updates a vector, is there a way that I can write code to update the vector at say time 50, ...
7 years 前 | 1 个回答 | 0
1
个回答提问
How do you find the distance of an assigned coordinate to the centre?
x(i)= rand(n1,n2); if I have assigned a point such as above for x(i) how would I find the the distance from x(i) to the centre...
10 years 前 | 0 个回答 | 0
0
个回答提问
How do i resolve the error in this code:
% Programme for estimating k in DE prompt= 'input a value for k : ' ; k = input(prompt); w =(pi/12); ...
10 years 前 | 1 个回答 | 0

