photo

Mark


Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

3 Questions
0 Answers

Cody

0 Problems
3 Solutions

RANK
68,098
of 301,478

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,296

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
75,414
of 174,655

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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];...

7 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...

12 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...

13 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 ...

14 years ago

Solved


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

14 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:...

14 years ago