What's missing from MATLAB Central...

This is not a question.
It just dawned on me what is missing from MATLAB Central.
While the File Exchange and MATLAB Answers are both very useful in their own right, the problem is this.
Most open source communities expand their platforms by collaboration on common problems. That doesn't exist on MATLAB.
I could go on, but I believe my point is simple enough to be made with just that statement.
Paul

답변 (5개)

Jan
Jan 2012년 9월 25일
편집: Jan 2012년 9월 25일

6 개 추천

An "r".
;-)

댓글 수: 1

Jan
Jan 2012년 9월 25일
After the title of the question has been changed from "What's missing from MATLAB Cental" to "...Central", this answer will confuse all readers until the end of days.

댓글을 달려면 로그인하십시오.

Kevin Claytor
Kevin Claytor 2012년 9월 25일

1 개 추천

1) Github hosts a large number of MATLAB projects, and would be a great place to start if you want to jump into something collaborative; https://github.com/languages/Matlab
2) If you want to work on more core language / implementation issues, GNU Octave is an GPL'ed open source MATLAB clone; http://www.gnu.org/software/octave/

댓글 수: 1

Jan
Jan 2012년 9월 25일
I looked around a bit in the github link. I've found some code copied from the FileExchange, but without the corresponding BSD license files. Obviously these Github members do not care about the license, even or because it has only so few restrictions.
In addition I cannot claim that the page structure is any kind of intuitive. I see avatars and some links, but I cannot imagine what or where I could find interesting stuff.
So my first impression of Github is negative, when I compare it with the most likely less powerful FEX.

댓글을 달려면 로그인하십시오.

per isakson
per isakson 2012년 9월 27일
편집: per isakson 2012년 9월 27일

1 개 추천

Yes, there is little "collaboration on common problems" at the Matlab Central. To me it appears to be a good idea. Why doesn't it happen?
I guess there is a message in the fact that a typo causes more interest, votes and discussion than the subject you try to raise.
Which types of "common problems" are suitable for collaboration?
How should the collaboration be carried out?
A thread here at Answer and a contribution on the FEX provide the tools needed to make an experiment. (The Mathworks might provide better tools if we demonstrate that there is an interest.)
The FEX-contributions, Toward a program development and documentation toolbox, is kind of an invitation to collaboration, which didn't receive much interest.
Jan
Jan 2012년 9월 25일

0 개 추천

There have been several discussions about adding new functionality to the FileExchange, see e.g. Answers: License files from the FEX. Most of all solving the dependencies automatically would be very helpful.
Tom
Tom 2012년 9월 25일

0 개 추천

Aside from a spell checker, I find it a bit weird that the profiles aren't linked together, i.e. a user's Answers profile is separate from the FEX one.

댓글 수: 11

Ryan
Ryan 2012년 9월 25일
I agree, it's never been an inconvenience to me... just odd they're not linked.
Jan
Jan 2012년 9월 25일
My Firefox has a built-in spell checker.
Sean de Wolski
Sean de Wolski 2012년 9월 25일
편집: Sean de Wolski 2012년 9월 25일
Spell checker is not at all as good as it sounds. Afterall there aren't too many dictionaries that contain words like fmincon or bsxfun...
But I guess those are limitations on Merriam Webster's end.
Tom
Tom 2012년 9월 25일
Just to clarify, the spell check remark was another, slightly unfair jab at the title (which I now see has changed...)
Kevin Claytor
Kevin Claytor 2012년 9월 25일
Although you could add the entire MATLAB function library to whatever spell-checker is being used....
No, Kevin, not the entire libs: BSXFUN must be excluded, because it is a genuine typo. "Binary operation with singelton expansion" must be called "biopwisefun" or "bopsinxfun".
Anyhow, I'd prefer the DWIM operator, which is still not documented:
x = rand(1, 10);
A = rand(10, 10);
feature('dwim', 'on');
Y = A * x;
feature('dwim', 'off');
Matt Fig
Matt Fig 2012년 9월 25일
Error using feature An unknown feature was specified
Sean de Wolski
Sean de Wolski 2012년 9월 25일
편집: Sean de Wolski 2012년 9월 25일
DWIM was still causing some obscure behavior for the 12b release. That's probably why they left it out...
For example:
dwim on
Y = A*x;
Unable to resolve potentially fatal DWIM conflict
Walter Roberson
Walter Roberson 2012년 9월 25일
feature() is operating-system specific.
Jan
Jan 2012년 9월 26일
@Walter: 'dwim' is even user-specific. Because this has a higher precedence, it is not OS-specific anymore.
@Sean: Your example must fail, if you have installed the "fatal DWIM" toolbox. Perhaps Yair knows details of the "polite and graceful DWIM" features.
Yair Altman
Yair Altman 2012년 9월 26일
편집: Yair Altman 2012년 9월 26일
@Jan et al - I think very few people here have followed past discussions and are aware that the DWIM ( Do What I Mean ) feature is still under intense requirements discussions and is not expected to ship until Matlab 10.0 (or HG2, or the end of time, whichever comes first).

댓글을 달려면 로그인하십시오.

제품

질문:

2012년 9월 25일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by