Community Profile

photo

Hannah


Dept of Water Resources

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
I create a new array yet matlab says it exeeds limitations!?
Hi, so i figured out my problem. the function colorgen (received from the page above) was being declared in a function that was...

11 years ago | 0

| accepted

Question


I create a new array yet matlab says it exeeds limitations!?
Hi, Im creating a large data array to place into a table. It looks like this: data_flow_table = {colorgen('#FCD5B4','TH...

11 years ago | 1 answer | 0

1

answer

Question


How do I concentrate my interpolation coloring around specific data ranges?
Hi, im trying to plot an area graph with interpolated shading, in which i use patch(). Everything works out perfectly but i'm g...

11 years ago | 1 answer | 0

1

answer

Answered
Why is there a large empty graph in the background of my screen?
Ok nevermind, I put a set (gca, 'visible', 'off') before setting AX to its position, that will take care of it!

11 years ago | 0

| accepted

Question


Why is there a large empty graph in the background of my screen?
Im trying to position a bar graph in my GUI. BUT because bar doesnt have a position property, I'm using axes() to position it c...

11 years ago | 1 answer | 0

1

answer

Question


dealing with objects being deleted
So I am having a problem with the error ' Invalid or deleted object'. My program gets some data from a database after a button ...

11 years ago | 1 answer | 0

1

answer

Question


How do I turn a number array into a specific string set?
Hi, I have an array of data (numbers) (set of 24) that I would like to turn into a string array and then add to a cell array ...

11 years ago | 1 answer | 0

1

answer

Answered
How do I automatically update the text in an edit box?
OH i just realized, it is simpler that i thought it was. So i have been looking for solutions to this problem and it seemed so ...

11 years ago | 0

| accepted

Question


How do I automatically update the text in an edit box?
So i have a variable totalMax that updates every time a check box is checked. There are 9 check boxes, and each update the tabl...

11 years ago | 1 answer | 0

1

answer