Feeds
提问
Plotting a line using a FOR loop
x = 0.75; y = 0; for n = 0 : 11 k = ( ( (-1).^n .* factorial(2.*n) ) / ( (1-2.*n )... ...
9 years 前 | 2 个回答 | 0
2
个回答提问
Saving data in a loop as a vector
I have a binomial expansion which requests the user to input an x value between (-1,1). I am trying to save the term by term o...
9 years 前 | 1 个回答 | 0
1
个回答提问
How can i add a prime counting function to this?
function [ p, c ] = sieve( N ) % Sieve Of Erastothenes Test - [ p, c ] = si...
9 years 前 | 1 个回答 | 0
