Stack Exchange
log in   chat   discuss   faq   users   badges

Area 51 » Technology

definition commitment
211
followers
Follow It!
Share This

MATLAB

Proposed Q&A site for MATLAB programmers, users, and enthusiasts.
flag

29
votes
6
answers

Are Octave related questions allowed on MATLAB?

2d ago Batsu 151
2
votes
1
answer

There seems to be an overlap with

mar 5 at 9:28 Fixed Point 201
34
votes
5
answers

Why does MATLAB need a separate site?

may 25 '12 at 12:47 Daniel E. Shub 289

create new discussion

This proposal is now in the Commitment phase — example questions are locked!

68 Example Questions

active oldest votes
up vote 11 down vote
How do I add equations/math notation on a graph?
added by dmtrmv Feb 6 '12 at 0:52
link|flag
4  
Please consider voting for a question with less than 10 votes (more than 10 votes are not needed). – gerrit Dec 6 '12 at 13:27
5  
Also, remember you can redistribute your votes, so if you voted for this question, take away the vote and put it for a Q that has <10 votes. – Dmitri Nesteruk Dec 27 '12 at 20:17
up vote 11 down vote
How can I run Linux commands from inside MATLAB?
added by SlimJim, edited by WikiSpeedia hang-around Oct 27 '12 at 16:48
link|flag
up vote 11 down vote
How should one send an email from MATLAB?
added by drN, edited by WikiSpeedia hang-around Oct 27 '12 at 16:49
link|flag
up vote 11 down vote
Aside from proprietary aspects, what are the differences between GNU/Octave and MATLAB?
added by Rody Oldenhuis, edited by WikiSpeedia hang-around Oct 27 '12 at 16:52
link|flag
up vote 11 down vote
Is there any speed gain by using cellfun, arrayfun etc. over an explicit loop?
added by gerrit Nov 18 '12 at 14:54
link|flag
4  
Excellent question! – dmtrmv Nov 20 '12 at 14:15
Why the downvote? – gerrit Apr 11 at 12:21
up vote 11 down vote
What alternatives are there to the MATLAB Editor?
added by iolsmit Dec 5 '12 at 11:12
link|flag
up vote 10 down vote
How to read and save variable(s) from/to a file in MATLAB(/Octave)?
added by Sai Manoj Kumar Yadlapati, edited by WikiSpeedia hang-around Jun 21 '12 at 19:46
link|flag
up vote 10 down vote
What is the difference between looping over start-points and the GlobalOptimization Toolbox's MultiStart algorithm?
added by Chris Ferrie Feb 5 '12 at 18:25
link|flag
up vote 10 down vote
How do I make a high-res movie of a rotating surface?
added by Chris Ferrie Feb 5 '12 at 18:27
link|flag
up vote 10 down vote
How do I program loops in C or C++ to gain a speed up? I heard there is a way to call MATLAB functions in C++.
added by Please Delete Feb 6 '12 at 13:44
link|flag
up vote 10 down vote
What are efficient ways of changing the zeros entries in a sparse matrix to a non-zero value?
added by Vass, edited by WikiSpeedia hang-around Oct 27 '12 at 16:49
link|flag
up vote 10 down vote
What is the easiest way to make inner/outer product on higher order tensors?
added by SlimJim, edited by WikiSpeedia hang-around Oct 27 '12 at 16:49
link|flag
up vote 10 down vote
I am working on the [x] image processing algorithm, but I am not getting proper results. My code is below. What is wrong?
added by Challenger, edited by WikiSpeedia hang-around Oct 27 '12 at 16:50
link|flag
up vote 10 down vote
How do I predefine plot styles (colors, linewidth, markers, label font sizes)?
added by fheub Mar 28 '12 at 5:51
link|flag
up vote 10 down vote
Why does parallelization not work properly when nesting optimization problems?
added by Chris Ferrie Apr 17 '12 at 11:25
link|flag
up vote 10 down vote
What are the different ways to do [x] in MATLAB? What is the way you prefer and why?
added by Sai Manoj Kumar Yadlapati May 2 '12 at 14:40
link|flag
up vote 10 down vote
How can I see a plot tracking the convergence of my optimization problem?
added by Kaelin Colclasure May 3 '12 at 16:51
link|flag
up vote 10 down vote
How can I visualize a graph structure I've constructed within MATLAB?
added by Kaelin Colclasure May 3 '12 at 16:53
link|flag
up vote 10 down vote
What is a great introductory MATLAB text?
added by abatkai May 11 '12 at 20:39
link|flag
up vote 10 down vote
How do I reset MATLAB to its launched state?
added by Daniel E. Shub May 25 '12 at 13:03
link|flag
up vote 10 down vote
How do you make timer object thread safe?
added by Daniel E. Shub May 25 '12 at 13:07
link|flag
up vote 10 down vote
Will there be a change in the speed of access of the elements of a list, e.g. through a loop over its indices, if I convert it into a simple vector?
added by dmtrmv Jul 12 '12 at 8:54
link|flag
up vote 10 down vote
What is the most efficient code to extract the odd numbers from a vector?
added by John Jul 26 '12 at 23:49
link|flag
up vote 10 down vote
How do I initialize a structure which is created during a for-loop?
added by John Jul 26 '12 at 23:50
link|flag
up vote 10 down vote
What is the most efficient data structure to compile large data sets: structure, cell array, dataset, or some combination?
added by John Jul 27 '12 at 16:15
link|flag
up vote 10 down vote
Is there a tool to convert MATLAB code written for later versions into code compatible with earlier versions?
added by Rody Oldenhuis, edited by WikiSpeedia hang-around Oct 27 '12 at 16:52
link|flag
Related: area51.stackexchange.com/proposals/38040/matlab/… – gerrit Dec 12 '12 at 15:18
up vote 10 down vote
How do I run a Python script from MATLAB, and return the results in a MATLAB array, without resorting to files? How about the inverse?
added by Rody Oldenhuis, edited by WikiSpeedia hang-around Oct 27 '12 at 16:52
link|flag
up vote 10 down vote
Can MATLAB have interfaces to electronic devices?
added by Noble P. Abraham Aug 20 '12 at 15:09
link|flag
up vote 10 down vote
How do you solve a differential equation in MATLAB?
added by Noble P. Abraham Aug 20 '12 at 15:14
link|flag
up vote 10 down vote
Why does csvread exist? What advantage is there to having a separate function instead of just calling dlmread with comma as the delimiter?
added by Colin McFaul Oct 19 '12 at 19:28
link|flag
up vote 10 down vote
What is the most effective way to vectorized a double nested for loop? (Possibly using arrayfun and avoiding anonymous functions.)
added by Lord Loh., edited by WikiSpeedia hang-around Nov 22 '12 at 20:13
link|flag
Would the downvoter care to explain? – Lord Loh. Apr 8 at 15:29
up vote 10 down vote
There are two ways to create classes. Which one should I use?
added by gerrit Nov 18 '12 at 14:53
link|flag
up vote 10 down vote
I've heard something about "hg2". What is this and why should I care?
added by gerrit Nov 18 '12 at 14:53
link|flag
up vote 10 down vote
How to index a MATLAB array returned by a function without first assigning it to a local variable?
added by iolsmit Dec 5 '12 at 11:04
link|flag
up vote 10 down vote
Is it possible to plot multiple curves in a single plot, with e.g. 3 different y-axes ?
added by iolsmit Dec 5 '12 at 11:19
link|flag
up vote 10 down vote
How can I find out in what version of Matlab a certain function was introduced, in case I want to write backward-compatible code?
added by gerrit Dec 6 '12 at 13:24
link|flag
Related: area51.stackexchange.com/proposals/38040/matlab/… – gerrit Dec 12 '12 at 15:18
up vote 10 down vote
What's the most efficient way to invoke Latex symbols in Matlab figures?
added by Shyam Jan 8 at 11:13
link|flag
up vote 10 down vote
How to reduce white space between subfigures in a MATLAB plot?
added by Fixed Point Mar 5 at 9:23
link|flag
up vote 10 down vote
Is there a MATLAB toolbox for SVR provided by MATLAB? If not, which third party SVR toolbox(for MATLAB) is most stable and ready to use?
added by Sai Manoj Kumar Yadlapati Mar 19 at 19:33
link|flag
SVR = support vector regression, I'm guessing? – Colin McFaul Mar 24 at 15:03
@Colin: Yes, I mean Support Vector Regression. – Sai Manoj Kumar Yadlapati Mar 25 at 13:37
up vote 10 down vote
How do I run external programs from Matlab?
added by RioRaider Apr 3 at 2:25
link|flag
1 2 next

This proposal is in:

Commitment

Before the site is created, it needs people to commit to use it. Right now, it's

40%

complete. When it reaches 100%, the beta will begin.

▾ more info

proposed by

dmtrmv
2,549●1●5●26

1 year ago

edited by

Dmitri Nesteruk
9,428●6●43●118

4 months ago

viewed

4,028 times

latest activity

2 days ago

followers

users also following

13.3% Machine Learning
8.5% GitHub
7.6% Economics
7.1% Astronomy
17.5% only this proposal

followers active in

39.3% Stack Overflow
15.6% TeX - LaTeX
14.7% Mathematics
11.8% Meta Stack Overflow
11.4% Super User
10.0% Physics

recent followers

added 2 days ago
Batsu
649●1●13
added May 15 at 16:31
glglgl
22.6k●29●75
added May 6 at 12:49
jleahy
2,879●7●32
added May 2 at 5:48
Bastian Ebeling
1,185●8●38
added May 2 at 5:31
kan
9,495●1●19●56
added May 1 at 16:44
John Bensin
3,827●1●7●49
added May 1 at 16:23
Artholl
51●2
added May 1 at 7:32
grasGendarme
1,017●3●28
added Apr 25 at 8:28
user2307487
885●13
added Apr 23 at 18:31
jinawee
612●17
added Apr 23 at 6:47
Josh G
51●3
added Apr 22 at 1:44
Sam
51●2
added Apr 20 at 15:46
Danil Asotsky
1,103●4●7●22
added Apr 19 at 14:28
Stacey Anne
2,978●1●4●48
added Apr 18 at 15:33
CTheFlow
859●1●1●11
added Apr 18 at 14:14
jan1980
51●1
added Apr 17 at 16:00
Vineet
51●1
added Apr 17 at 15:05
vrleboss
517●16
added Apr 17 at 4:57
xgdgsc
51●2
added Apr 16 at 6:43
acheong87
8,600●3●11●103
added Apr 14 at 8:17
Knights who say Ni
6,953●2●15●65
added Apr 14 at 6:58
Kevin C
1,655●3●16
added Apr 9 at 2:07
Paul
695●1●16
added Apr 8 at 5:56
sashkello
2,798●9●48
added Apr 5 at 21:09
Andfoy
51●2
added Apr 3 at 17:03
user83510
51●1
added Apr 3 at 2:13
RioRaider
821●2●21
added Apr 2 at 23:00
Isopycnal Oscillation
56●2
added Mar 29 at 13:46
Tong Zhang
896●4●21
added Mar 29 at 5:20
karanam
51●2
added Mar 25 at 4:49
Adam Wuerl ♦ 1
11.2k●41●146
added Mar 24 at 19:38
user2030502
51●2
added Mar 24 at 15:37
Stochtastic
51●1
added Mar 23 at 10:37
Manishearth ♦ 2
64k●11●160●612
added Mar 20 at 23:10
Manuel
1,589●2●17
added Mar 17 at 4:34
NSD
51●2
added Mar 13 at 20:42
Abdul Rehman
56●1
added Mar 11 at 18:33
Kuitsi
519●1●3●23
added Mar 9 at 23:59
Ilan Biala
791●2●22
added Mar 5 at 9:20
Fixed Point
2,539●1●3●27
feed icon proposal feed
faq | blog | legal | privacy policy | contact us | feedback always welcome
site design / logo © 2011 stack exchange, inc.; user contributions licensed under cc-wiki with attribution required
rev 2013.5.11.148