
Dr. Kelsey Joy
Dr. Kelsey Joy LLC
I taught a MATLAB course at a university for 5 years. Check out my YouTube channel to watch my videos about MATLAB.
MATLAB
Spoken Languages:
English
Statistics
RANK
7,096
of 275,745
REPUTATION
6
CONTRIBUTIONS
0 Questions
5 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
11,202 of 18,574
REPUTATION
37
AVERAGE RATING
0.00
CONTRIBUTIONS
16 Files
DOWNLOADS
29
ALL TIME DOWNLOADS
371
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
How to create a GUI
Here's a sample code I just published of a GUI Tic Tac Toe game created without GUIDE: https://www.mathworks.com/matlabcentral/f...
11 months ago | 0
Any good documentation on programming a GUI without GUIDE or App Designer?
I posted a sample code for creating a GUI without GUIDE on File Exchange: https://www.mathworks.com/matlabcentral/fileexchange/1...
11 months ago | 1
How to enable while 1 loop in matlab?
I recommend revising your code to remove the break and infinite loop feature. Instead of creating an infinite loop, it may be a ...
1 year ago | 0
| accepted
input function to enter array elements
Also you can consider using the listdlg() function, if you want another way to collect this data with set values and are okay wi...
1 year ago | 0
How do I reset the layout of MATLAB?
If you are looking for more guidance on the MATLAB layout/environment, check out this video introducing MATLAB: https://youtu.be...
1 year ago | 0