![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/731810_1522076581894_DEF.jpg)
Richard de Garis
Followers: 0 Following: 0
Professional Interests: hedge fund investment and risk
Statistics
RANK
7,045
of 297,016
REPUTATION
4
CONTRIBUTIONS
2 Questions
5 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
3,548 of 20,419
REPUTATION
426
AVERAGE RATING
5.00
CONTRIBUTIONS
2 Files
DOWNLOADS
4
ALL TIME DOWNLOADS
3968
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
pie2
Modification of the Matlab PIE function to account for label overlaps
9 years ago | 3 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/23975/versions/2/screenshot.jpg)
Submitted
Calculate Excel Range
Calculates full target range in Excel A1 notation.
11 years ago | 1 download |
Question
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...
12 years ago | 1 answer | 0
1
answerHow 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...
13 years ago | 0
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 ...
13 years ago | 0
| accepted
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...
14 years ago | 0
Question
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...
14 years ago | 2 answers | 0
2
answersHow 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 ...
14 years ago | 0
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...
14 years ago | 0