Community Profile

photo

Maik Petersen


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
Elements in a matrix
You guys are great, thanks!

10 years ago | 0

Question


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...

10 years ago | 3 answers | 0

3

answers

Question


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...

10 years ago | 2 answers | 0

2

answers

Question


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...

10 years ago | 1 answer | 0

1

answer