Community Profile

photo

Chris


Lockheed Martin Space Systems

Last seen: 3 years ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


Help with OpenGL, X-Axis as Time
I'd like to use opengl as the renderer because I want to add translucent patches to my plots, however I'm having trouble with th...

10 years ago | 0 answers | 0

0

answers

Question


Changing 'FaceAlpha' on a Patch changes the plot
I was trying to highlight certain periods during a day by putting a semi-transparent patch in the background of the plot, and no...

11 years ago | 1 answer | 0

1

answer

Question


Why Does "linkdata on" Fail on the First Figure When Activated from Code
I have code that grabs a data stream and bring it into matlab as a structure in the base workspace. To display this data I have...

12 years ago | 0 answers | 0

0

answers

Question


Allocating data into a structure faster
I'm trying to improve the efficiency of my code. Essentially I'm importing data into matlab every couple seconds, the data is a...

12 years ago | 1 answer | 0

1

answer

Question


Efficiently Use a Preallocated Array
I’m hoping to make my code more efficient my preallocating my arrays. I am using matlab to monitor real-time data that I am g...

13 years ago | 0 answers | 0

0

answers

Answered
Programmatically hiding 'linkdata' information bar
Had the same problem, you can control it using the datamanager.linkplotmanager: dpm = datamanager.linkplotmanager; dpm.Figu...

13 years ago | 2

| accepted