Tagged Questions

12
votes
6answers
911 views

How to elegantly ignore some return values of a MATLAB function?

I was wondering if it was possible to get the nth return value from a function without having to create dummy variables for all n-1 return values before it. Let's say I have the following function in …
12
votes
21answers
3k views

What is MATLAB good for? Why is it so used by universities? When is it better than Python?

I've been recently asked to learn some MATLAB basics for a class. What does make it so cool for researchers and people that works in university? I saw it's cool to work with matrices and plotting …
11
votes
6answers
436 views

Curve fitting unsorted points on a plane

Question: How do you fit a curve to points on a plane if they aren't single valued? For the example shown, how would one fit a curve (like the black one) to the noisy blue data? It's similar to …
11
votes
7answers
754 views

How to generate a guitar note

Back in a freshman or software programming class we had to write a program that would simulate the sound of a guitar pluck. I can make pure sin waves all day, but I am trying to remember how to do a …
9
votes
5answers
3k views

Is there a foreach in MATLAB? If so, how does it behave if the underlying data changes?

Is there a foreach structure in MATLAB? If so, what happens if the underlying data changes (i.e. if objects are added to the set)?
9
votes
26answers
2k views

What are your favourite MATLAB/Octave programming tricks?

I think everyone would agree that the MATLAB language is not pretty, or particularly consistent. But nevermind! We still have to use it to get things done. What are your favourite tricks for making …
8
votes
7answers
582 views

What can Matlab do that R cannot do?

I often hear people complain how expensive Matlab licenses are. Then I wonder why they don't just use R. But is it right? Can you use R to replace Matlab?
8
votes
4answers
400 views

How do I choose computer hardware which best optimizes the performance of MATLAB?

For example: I would like to know what the minimum specification are for RAM I would like to know which processor is best I would like to know what system is best, UNIX, Windows?
8
votes
12answers
521 views

MATLAB Environment Tweaks

How have you tweaked the MATLAB environment to better suit your needs? One tweak per answer.
8
votes
2answers
594 views

Generating a list of dependencies in Matlab

In order to distribute a function I've written that depends on other functions I've written that have their own dependencies and so on without distributing every m-file I have ever written, I need to …
7
votes
8answers
802 views

Project ideas for discrete mathematics course using MATLAB?

A professor asked me to help making a specification for a college project. By the time the students should know the basics of programming. The professor is a mathematician and has little experience …
7
votes
1answer
300 views

Displaying information from MATLAB without a line feed

Is there any way to output/display information from a MATLAB program without an ending line feed? My MATLAB program outputs a number a bit now and then. Between outputting the number the program does …
7
votes
8answers
2k views

Open source alternative to matlab’s fmincon function?

Does anyone know of an open-source alternative to Matlab's fmincon function for constrained linear optimization? I'm rewriting a matlab program to use Python / numpy / SciPy and this is the only …
6
votes
4answers
594 views

How to use SIFT algorithm to compute how similiar two images are?

I have used the SIFT implementation of Andrea Vedaldi, to calculate the sift descriptors of two similar images (the second image is actually a zoomed in picture of the same object from a different …
6
votes
6answers
653 views

Matlab linked list

What are some possible ways to implement a linked list in Matlab? Note: I am asking this question for pedagogical value, not practical value. I realize that if you're actually rolling your own …

1 2 3 4 5 46 next
15 30 50 per page