已回答
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 前 | 1

| 已接受

已回答
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 前 | 0

提问


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 前 | 1 个回答 | 0

1

个回答

已回答
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 前 | 0

| 已接受

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 4 个回答 | 1

4

个回答

已回答
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...

11 years 前 | 0

| 已接受

已回答
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...

11 years 前 | 0

提问


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...

11 years 前 | 3 个回答 | 0

3

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 1

2

个回答