photo

Dr. Kelsey Joy


Dr. Kelsey Joy LLC

Last seen: 1 month ago Active since 2021

Followers: 1   Following: 0

Message

I taught a MATLAB course at a university for 5 years. Check out my YouTube channel to watch my videos about MATLAB. Check out my company website, if you are looking for professional help with data for your company. https://www.drkelseyjoy.com/

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
She/her
Professional Interests:
Data Analysis, Engineering

Statistics

All
MATLAB Answers

0 Questions
5 Answers

File Exchange

19 Files

Cody

0 Problems
2 Solutions

RANK
8,010
of 300,584

REPUTATION
6

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
8,833 of 21,030

REPUTATION
89

AVERAGE RATING
0.00

CONTRIBUTIONS
19 Files

DOWNLOADS
29

ALL TIME DOWNLOADS
900

RANK
93,850
of 169,723

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • Personal Best Downloads Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Answer
  • First Submission

View badges

Feeds

View by

Answered
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...

3 years ago | 0

Answered
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...

3 years ago | 1

Answered
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 ...

4 years ago | 0

| accepted

Answered
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...

4 years ago | 0

Answered
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...

4 years ago | 0