Community Profile

photo

Mark


Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Evaluate matrix equation at multiple timesteps
How can I evaluate a matrix equation at multiple timesteps? I've defined the following: R=[1 0.5; 0.5 1]; M0=[1;1]; u0=[1;0];...

5 years ago | 1 answer | 0

1

answer

Question


Cycle through multiple graphs from csv file
I have a .csv file; the third row contains x data. The remaining 241 rows contain different sets of y data. I would like to plot...

10 years ago | 0 answers | 0

0

answers

Question


Set indexes not in list to zero.
I have a large vector d and a list of indices k where k<d. I wish to set points in d that are not in the list k to zero. I can a...

11 years ago | 1 answer | 0

1

answer

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12 years ago