photo

Richard de Garis


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Professional Interests: hedge fund investment and risk

Statistik

All
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Which GUI Building method for deploying a standalone application
Hi, Can a GUI created with GUIDE be compiled into a standalone application? If so, then do I include both the .m and .fig fi...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How do you set the dimensions of an excel plot using activex from MATLAB?
I'm going from memory here but for sizing, you might try: Chart.ChartArea.Height = 100; % units are points, I think Char...

etwa 12 Jahre vor | 0

Beantwortet
How to find the first column without values in excel?
You can try the Excel Range.End property, starting with a cell in a range beyond your data that you know is empty and look back ...

mehr als 12 Jahre vor | 0

| akzeptiert

Beantwortet
Problem Deploying Excel Add-in using Builder EX: missing DLL files.
Thanks for your response. I've just spent a very frustrating day trying to get this to work, ultimately with no joy. Quest...

mehr als 13 Jahre vor | 0

Frage


Problem Deploying Excel Add-in using Builder EX: missing DLL files.
I'm very new to using the Builder EX toolbox and I'm finding the deployment not to be as straightforward as the User Guide sugge...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
How can I use use the index in a FOR loop in a string?
The above solutions are elegantly simple and will serve your current need perfectly. If in the future you require to iterate ...

mehr als 13 Jahre vor | 0

Beantwortet
How do I generate the range of data to be written to in an excel sheet dynamically when using XLSWRITE in a loop in MATLAB 7.9 (R2009b) ?
If it helps, I just published a function on the File Exchange that will enable you to calculate Excel ranges if you know your st...

mehr als 13 Jahre vor | 0