photo

Sam Roberts


XMW Consulting

Last seen: mehr als 4 Jahre vor Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

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

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

mehr als 12 Jahre vor | 0 Antworten | 3

0

Antworten

Frage


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 ...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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...

etwa 13 Jahre vor | 2

| akzeptiert

Beantwortet
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...

etwa 13 Jahre vor | 3