Community Profile

photo

Sam Roberts


XMW Consulting

Last seen: 4 years ago Active since 2011

Followers: 0   Following: 0

Message

XMW Consulting provides consultancy services in the areas of data mining and statistical analysis, specializing in the development of technical algorithms and applications with MATLAB®. http://www.xmwconsulting.co.uk http://www.xmwconsulting.co.uk/backslashblog http://www.linkedin.com/in/samroberts http://www.twitter.com/sllroberts Professional Interests: Data Mining | Statistics | MATLAB | Consultancy

Statistics

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

View badges

Feeds

View by

Question


Force doc command to open a specified reference HTML page
Say I've written a class in a package, called mypackage.myclass. I've written my own HTML documentation for the package and ...

12 years ago | 0 answers | 3

0

answers

Question


Defining additional infix operators in MATLAB
Is there a way to define additional infix operators in MATLAB? Specifically, I'd like to define two infix operators "->" and ...

12 years ago | 1 answer | 0

1

answer

Answered
changing color while using 'hist' in a bar-plot
Try: h = bar(y,'hist'); set(h,'FaceColor','r','EdgeColor','r'); If you take a look at the <http://www.mathworks.co.uk/help...

12 years ago | 2

| accepted

Answered
Problems starting Excel server
I ran into a similar issue recently. Are you working with the Click-to-Run edition of Microsoft Office? The click-to-run edit...

12 years ago | 3