David Rodriguez
Followers: 0 Following: 0
Statistics
All
RANK
12,836
of 296,498
REPUTATION
4
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,381
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 years ago
Answered
How to sortrows by specific strings
After working on this much longer, this is what I came up with, but am wondering if there is a better way of solving the problem...
How to sortrows by specific strings
After working on this much longer, this is what I came up with, but am wondering if there is a better way of solving the problem...
4 years ago | 0
Question
How to sortrows by specific strings
I am making, an attendance sheet for a college club meeting. I have a table filled with names (string) and would like to sort th...
4 years ago | 2 answers | 0
2
answersAnswered
Counting the number of instances when the user selects the correct answer
I think there are multiple ways you could do this. I am not an expert but I would make a 1XN vector of zeros. Then change the N ...
Counting the number of instances when the user selects the correct answer
I think there are multiple ways you could do this. I am not an expert but I would make a 1XN vector of zeros. Then change the N ...
4 years ago | 0
| accepted
Question
How to delete rows of empty cells from a cell array
Is there a way I can delete empty cell arrays and preserve the order of the cell? In the code I provided, it would be very eas...
4 years ago | 1 answer | 0