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
