Answered
Bike model with and without air resistance using matlab
The dimensions in your formulas do not look right. I think it is a matter of operator precedence. 1/2*3 is not the same as 1/(2...

9 years ago | 1

| accepted

Answered
Create an Exponential Function using Taylor Series
Hi John, of course If x is your vector, y=exp(x) is what you are looking for. I'm not sure why you can't use the builtin ex...

9 years ago | 0

Question


significant increase of memory when moving part of the code to GPU
Hi all, I am experimenting a bit with matlab (R2014b) and gpu (Tesla 2075). I am puzzled by a significant increase in memo...

9 years ago | 1 answer | 0

1

answer

Answered
c. Extract the sub-matrix containing all the rows but only columns 2 through 11 and name this matrix grades (to make this work on any size matrix, do not hard-code the 11, but rather use end or size).
Hi, I'm not sure I understand your question. You should provide a concise title and a possibly detailed statement of the prob...

10 years ago | 0

| accepted

Question


memory requirement for a complex sparse matrix
Hi all, I have been browsing matlab answers about my question, but could not come up with a satisfactory answer. So, I hav...

10 years ago | 1 answer | 0

1

answer

Question


Force scientific notation in axes
Sometimes, when the "raw" values in the yticks are very small, matlab y axis automatically toggles to scientific notation, where...

10 years ago | 4 answers | 1

4

answers

Answered
THE CODE BELOW GIVES MULTIPLE PLOTS FOR A PLOT COMMAND, NEED A SINGLE PLOT
I'm not entirely sure I understand your question. Your code is inline and a bit difficult to decipher. From the look of it, out...

10 years ago | 0

| accepted

Answered
getting arguments of matlab when launched in background
José-Luis, thanks for your suggestion. I had thought of that, and it's actually what I'm doing now, sort of. Still, it wou...

10 years ago | 0

Question


getting arguments of matlab when launched in background
Hi everybody, I often run matlab in background (under linux and mac OS), using a command like nohup matlab -nodesktop -n...

10 years ago | 3 answers | 0

3

answers

Question


latex interpreter seems to miss fonts
Hi all, I am using matlab R2011a on a macbook pro (os X 10.6.8). Latex interpreter in xlabel and ylabel produces unexpected sy...

13 years ago | 1 answer | 0

1

answer

Question


non rectangular density plots
Hi all, I have to produce density plots like those obtained e.g. with imagesc, but on a triangular domain. That is: the "pix...

13 years ago | 1 answer | 0

1

answer

Question


save figure as eps from command line
Hi all, my goal is to produce eps files from my figs from command line. I can do this by issuing a command like print(sprin...

13 years ago | 2 answers | 1

2

answers