Community Profile

photo

Ziggy Zigg


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Printing an Excel sheet to PDF - Print to filename
Hi, I am using the .PrintOut solution found on this page: http://www.mathworks.com/support/solutions/en/data/1-BBJDW0/index.ht...

11 years ago | 0 answers | 0

0

answers

Question


How to save an Excel sheet as PDF through MATLAB?
I am using the following code: hExcel = actxserver('Excel.Application'); hWorkbook = hExcel.Workbooks.Open(sprintf('%s',...

11 years ago | 2 answers | 0

2

answers

Question


How do I move certain rows up or down in a cell array?
I have a cell array, which is sorted alphabetically. I need to move any row that contains a marker (for example, X), to the top ...

11 years ago | 1 answer | 0

1

answer