Feeds
提问
Use of ASCII in Octave
Hi! I created this code that converts letters to numbers on octave, but, it only creates capital letters. s it possible for i...
9 years 前 | 0 个回答 | 0
0
个回答提问
HELP! Koch Square Error: A(I): index out of bounds; value 4 out of bound 3
I don't know why I'm getting this error. Can anyone please tell me the problem and how to fix it?
9 years 前 | 1 个回答 | 0
1
个回答提问
Koch Square Problem : A(I): index out of bounds; value 4 out of bound 3
Can someone please fix my error?
9 years 前 | 1 个回答 | 0
1
个回答提问
Using octave for a square koch
I have done the traditional koch snowflake and I am struggling to do a square koch fractal on octave. Can anyone write me up a c...
9 years 前 | 0 个回答 | 0
0
个回答提问
Why do I get this error: A(I): index out of bounds; value 2 out of bound 1 (line 13)
function root=newtonmethod(f,fprime,x0,maxiter,tol) %input: % f string that names the function f(x). % fprime str...
9 years 前 | 2 个回答 | 0