photo

Sam Roberts


XMW Consulting

Last seen: 대략 4년 전 2011년부터 활동

Followers: 0   Following: 0

메시지

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

통계학

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

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 0 | 3

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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년 초과 전 | 2

| 수락됨

답변 있음
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년 초과 전 | 3