Community Profile

photo

Brayden Gregson


Active since 2015

Statistics

Content Feed

View by

Question


How do I get the element of a cell in a case_expression that matches the switch_expression?
a = {'the', 'cat', 'is', 'the', 'dog'}; b = 'cat'; switch b case a end %How would I know which element in a match...

8 years ago | 2 answers | 0

2

answers

Question


Is there any way to print strings to the command window in different colours using fprintf?
I've read about cprintf and using fprintf to print to stderr, but I'm a little confused by these methods. What is the simplest a...

8 years ago | 1 answer | 0

1

answer

Question


How can I get a variable name from a cell?
How can I get a variable name from a cell? For example, I have: alpha_1 = 1; galaxyMap = {alpha_1}; How do I get the ...

8 years ago | 2 answers | 0

2

answers