
Srh Fwl
Statistics
RANK
169.636
of 257.919
REPUTATION
0
CONTRIBUTIONS
13 Questions
1 Answer
ANSWER ACCEPTANCE
92.31%
VOTES RECEIVED
0
RANK
of 17.770
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110.134
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
How can I fill in the area between two curves? The curves are not the same length and also don't form a closed shape.
The plot at the top is an example of what I have. There are two data series. The top series (filled squares) represe...
ongeveer een maand ago | 1 answer | 0
1
answerQuestion
How can I identify only the first or first two local minima from "islocalmin" and then display it in a table on a plot?
I have plots that look like the example below. There are several curves that look like horizontal waves. For each one, there i...
7 maanden ago | 1 answer | 0
1
answerQuestion
Plot design resources?
I'm not sure if this is an appropriate question for the forum. If it isn't, please let me know. I routinely make Matlab line...
9 maanden ago | 1 answer | 0
1
answerQuestion
How can I find the Y value on an X–Y plot that corresponds to the tangent of the flattest part of a curve?
I have plots like the one attached. At Y >0, the curve plateaus (flattens) before it increases sharply. I need to find the ...
9 maanden ago | 2 answers | 0
2
answersQuestion
Is there a simple way to omit legend entries?
I have plotted figures where there are numerous diagonal reference lines. I only need one line to appear in the legend. Howe...
11 maanden ago | 1 answer | 0
1
answerHow can I plot a reference line of slope 1 on a loglog plot?
Figured it out. xref = 10.^(-1:.1:3); yref = xref plot(xref,yref)
12 maanden ago | 0
| accepted
Question
How can I plot a reference line of slope 1 on a loglog plot?
I am not an experienced Matlab user and would appreciate advice on adding diagonal reference lines to loglog plots. I.e., the l...
12 maanden ago | 1 answer | 0
1
answerQuestion
Problem plotting 1D array versus table column: I want a single curve/series but am instead getting a separate series for every array element.
I have used Matlab's "Import Data" facility to import a single column of data from a file. I can plot it by doing this: plot(m...
ongeveer een jaar ago | 1 answer | 0
1
answerQuestion
Is it possible to manipulate a plot axis; i.e., divide values by 1000 so that the x axis range is 0 to 300 instead of 0 to 300000 and also get rid of exponential notation?
I am making X–Y plots of results from very long simulations. Right now, my plots are unsightly because: The X axis goes from 1...
meer dan een jaar ago | 2 answers | 0
2
answersQuestion
Grid a plot with diagonal lines
I would like to plot a diagonal grid where there are three or four lines of positive slope=1 like in the figure attached. I don...
meer dan een jaar ago | 2 answers | 0
2
answersQuestion
In a matrix column/array, how can I turn all numbers higher than a certain value into nans?
I have a 1 D array (column) of measured data (that I ultimately append to a matrix). I want to plot the data. There are numb...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How to take an average of row elements in a two-column matrix when both elements do not contain a NaN, but use only the non-NaN value when there is a NaN?
I have a matrix with two columns of data. The data are measurements collected at the same times from different sensors, TT1 and...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How can I concatenate a "datetime" column to a matrix of numbers?
I have imported a table from an external file via textscan. For example: A = rawCellColumns2(:, 1); B = cell2ma...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
For elements in two arrays/columns of numbers, how can I find the average only if both elements are non-zero?
I have many external files. Each file contains two long columns of numbers, like this: 1 2 11 12 6 48 9...
bijna 2 jaar ago | 1 answer | 0