Brayden Gregson
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
253,992
of 295,527
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
9 years ago | 2 answers | 0
2
answersQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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 ...
9 years ago | 2 answers | 0