Community Profile

photo

Cameron Jewell


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


MATLAB GUI as Standalone Executable?
I have written a MATLAB GUI using GUIDE and upon completion I want to make it into a file that can be run and used anywhere (inc...

8 years ago | 1 answer | 1

1

answer

Question


Multiple plots using a method on single axis?
I have a method that plots an array of data onto an axes in my GUI. I want to be able to call this method in a for loop and all ...

8 years ago | 2 answers | 0

2

answers

Question


Data Cursor in GUIDE: How can I pass variable names or other data in to be displayed in the data cursor in GUIDE?
I have a program that plots thousands of data points from a matrix in a GUI. I have the default Data Cursor in the toolbar, but ...

9 years ago | 0 answers | 0

0

answers

Question


How to plot smaller o's using plot(x,y,'o')
I need to plot data points from a matrix using plot(x, y, 'o'), but the o's being plotted take up far too much space (the number...

9 years ago | 2 answers | 0

2

answers