Feeds
提问
superscript/subscript in labels not working
I wanted to use superscripts for x or y axis labels by using commands like: ylabel('e^t') However, the result is simply e...
10 years 前 | 1 个回答 | 1
1
个回答提问
Painting the area of difference between two lines
<</matlabcentral/answers/uploaded_files/45179/mke_deficit_1962.jpg>> I have a plot like the image. There are two occasions wh...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to sum up a few numbers in sequence and save as a separate matrix
I have a matrix like [0; 0; -1; -2; -1; 0; 0; 0; -2; -1; 0]. From here I would like to sum up sequences of non-zero values and s...
10 years 前 | 2 个回答 | 0
2
个回答提问
How can I count the number of elements in a row satisfying a condition?
I have a vector looking like [0; 0; 0; -1.2; -0.4; 0; 0; 0; -3; -1.2; -2]. The non-zero numbers appear in two sequences. First, ...
10 years 前 | 1 个回答 | 0
