Community Profile

photo

Ilya Gurin


TDK-InvenSense

Last seen: 12 maanden ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


Second set of y-axis labels for same data
I am plotting sensor output (voltage vs. time). I want to add a secondary y-axis that shows the same sensor output converted to ...

bijna 2 jaar ago | 1 answer | 0

1

answer

Answered
Error using plot Data must be numeric, datetime, duration or an array convertible to double.
Looks like plot can't handle symbolic variables. (Note that plotting anything requires you to specify the range of the independe...

meer dan 2 jaar ago | 0

Question


GUI callbacks empty?
I inherited a GUI from an ex-colleague. It was made with GUIDE and has 30 or so items, including a lot of boxes to enter numbers...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Answered
Is there a simpler way to create an empty Table with a list of VariableNames?
Good solutions, everyone, but why isn't this functionality available through table? Usually, the data type conversion functions ...

bijna 3 jaar ago | 3

Answered
X and Y axis in subplots
You have a problem in that the structure of your plot (hardcoded as 7x8) is not linked to the structure of your data (unique_rot...

meer dan 3 jaar ago | 0

Question


num2str default format
I want to print multiple values using fprintf, but with the same number formatting as num2str. Is there a format string that wil...

bijna 4 jaar ago | 2 answers | 0

2

answers