Accessing a specific char in a string
I am trying to access a specific char in a string.
I get a number by the user and I need to index all the digits, because the...
約8年 前 | 1 件の回答 | 0
1
回答
質問
Using array as a for loop
I need to solve the polynomial x^4+nx^3-1 for n=-1,0,1 (without using for loop)
What I did is:
n=(-1:1:1);
co_poly=[1...
9年弱 前 | 1 件の回答 | 0
1
回答
質問
Check which field are the input from
Is there a way to check from which field the elements of the vector are?
For example intger, rational numbers,etc. ?