Community Profile

photo

Karl Cronburg

Last seen: 4 days ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Matlab creates same input values every time? Why?
You can get a random seed based on the current operating system time with the rng function: rng("shuffle"); See the doc page h...

7 months ago | 1

Answered
Assign a numerical value based on the value of a string.
Fixed Set of Enumerated Strings If the strings in the text file are known ahead-of-time, it may make sense to assign each strin...

7 months ago | 0

| accepted