Community Profile

photo

Jeffrey Eymer


Active since 2018

Followers: 0   Following: 0

Statistics

All
  • Knowledgeable Level 2
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return false otherwise.
for ii = 1:(L-1) if x(ii+1) > x(ii) % we have problems in the -ve numbers tf= true ; else ...

nästan 6 år ago | 0

| accepted

Answered
In what version of Simulink was block searching added?
This feature was added in <https://www.mathworks.com/help/releases/R2014b/simulink/release-notes.html 2014b>. It is the first...

nästan 6 år ago | 0

Answered
Pie chart color assignment
<https://www.mathworks.com/help/matlab/ref/pie.html Pie> ignores non-positive values. Therefore, both arrays you declare are tre...

nästan 6 år ago | 0

| accepted

Answered
Creating plot over the Box plot
You are misunderstanding how the arguments to boxplot are used. boxplot(values, [500]) does not actually move the box plot to th...

nästan 6 år ago | 1

| accepted

Answered
How can I plot with a different axe
You should be able to accomplish this using the <https://www.mathworks.com/help/matlab/ref/xlim.html xlim> function.

nästan 6 år ago | 0