Community Profile

photo

Faith McColl


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to put data into GUI
I'm making a GUI, and I have figured out how to put in push buttons and insert functions that supposedly connect to them, but wh...

8 years ago | 0 answers | 0

0

answers

Question


How to insert pre-written functions into GUI
I found the online tutorial on how to make a simple GUI for Matlab (programmatically, not with GUJIDE). Once I have a GUI writte...

8 years ago | 2 answers | 0

2

answers

Question


GUI with existing function
How do you put an existing Matlab function- or more than one function- into a GUI? When I look up tutorials for how to make GUIs...

9 years ago | 2 answers | 0

2

answers

Question


How to save file as 300 dpi png?
I am trying to save a figure as a 300 dpi png file. The command print('filename','-dpng','resolution','300') does not work becau...

9 years ago | 2 answers | 0

2

answers

Question


How to make exceedance curve using histc?
I am making a histogram with bins of specified ranges, but I want it to be cumulative such that each bin shows the values that a...

9 years ago | 1 answer | 0

1

answer

Question


How to return only one of multiple identical max/min values?
I have multiple series, and in each one I want to find the maximum or minimum value and store it into a variable so at the end I...

9 years ago | 3 answers | 0

3

answers

Question


Coordinating axis title with variable
I have a list of several variables to plot, each of which is a string of numbers. If I want to plot each on a separate graph, is...

9 years ago | 1 answer | 0

1

answer