Community Profile

Adam


Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Why "Unable to parse command history line" error?
You do not really need to delete the entire preferences directory and give up all of your settings. If you prefer keeping your e...

8 years ago | 1

Question


Help with “AWT-EventQueue-0″ java.lang.NullPointerException
When I use <http://undocumentedmatlab.com/blog/editbox-data-input-validation Yair Altman's findjobj function>, MATLAB keeps show...

8 years ago | 0 answers | 0

0

answers

Question


Hide figures while copying them into Excel
for i = 1:max fh = figure; plot(data); print(fh, '-dbitmap'); xls.Range(figRange).PasteS...

9 years ago | 0 answers | 0

0

answers

Answered
MATLAB R2014A - Undo/Redo buttons
Thank you both. I must be blind. Never noticed the "quick access" toolbar on the top right. I guess I need more time to get acqu...

9 years ago | 1

Question


MATLAB R2014A - Undo/Redo buttons
I cannot seem to find the ribbon buttons for undo/redo operations. When I write scripts I use these two functions very frequentl...

9 years ago | 4 answers | 2

4

answers

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years ago