Feeds
質問
Elements in a matrix
Hello, When I have a certain matrix, is there a possibility to check whether some value is on more than one position in the m...
12年弱 前 | 3 件の回答 | 0
3
回答質問
How can I make a set of numbers and add numbers to it later?
I want to create a set of numbers, like for example all odd numbers divisible by 3: S = {3, 9, 15} etc. I have thought of creati...
約12年 前 | 2 件の回答 | 0
2
回答質問
How can I make a conditional statement when using variables?
In my script I first defined a for loop: for n = 1:inf a = 10^(n+1); b = 10*a; so the fo...
約12年 前 | 1 件の回答 | 0
