Community Profile

photo

Erik Lenstrup


DTU

Last seen: 2 years ago Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


If statement in loop not recognized
Hi The following code: clear all; close all; clc; W = 16; %Collected weight in g = 9.81; ...

4 years ago | 1 answer | 0

1

answer

Question


Combine plots generated using for loop
Hi How do you combine plots generated from a loop, into one plot, as this ecxampel: The following plots five plots gener...

4 years ago | 1 answer | 0

1

answer

Question


Find the index of the lowest number greater than zero in a vector
I would like to find the index of the lowest number greater than zero in a vector. ex: [0,0,4,5,0] The answer should be 3 b...

7 years ago | 1 answer | 0

1

answer