Community Profile

photo

Anne van Rossum


Almende B V

Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: robotics, artificial intelligence, machine learning

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Is there any difference between rand(n,1) and unifrnd(0, 1, n, 1)?
There is less error checking in rand, which can be at times preferred... For example, if you need to generated random numbers be...

8 years ago | 0

Answered
Use of "Break" in switch statement
The following is a "trick" that will break out of the switch. for br=1:1 switch val case 'one' ... ...

9 years ago | 1