photo

Charlie Elverson


University of Minnesota Twin Cities

Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
10,072
of 300,508

REPUTATION
4

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

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

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
How do i create two multi-dimensional arrays:  a 10 x 10 x 10 numerical array (3-D) anda 5 x 5 x 5 x 5 numerical array (4-D) where each value in each array corresponds to the multiplication of indices?
I think something like this would work: my_array = zeros(10, 10, 10) for i = 1:10 for j = 1:10 for k = 1:10 my_...

10 years ago | 0

Answered
Need help writing an if statement involving vectors. Total mental block :/
I think you could use the ismember() function to do what you need. It'll return a vector of ones and zeros, so you would just ha...

10 years ago | 0

| accepted

Question


find time at the midpoint of data
I have data for which I need to find the time at which the midpoint has been reached. I have a vector of flow rates and a vector...

10 years ago | 1 answer | 0

1

answer