Community Profile

photo

Alex


1996

Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Creating a plot with linspace function
Here is the code: function myHW7() % Alex % December 12, 2014 % myHW7.m load PollutionData.txt; array =...

9 years ago | 0 answers | 0

0

answers

Question


My array returns all zeros. Help
So my 'resultarray' in the 'deOxygen' function gives me all zeros and I'm not sure why. The values of the pollutiondata.txt file...

9 years ago | 1 answer | 0

1

answer

Question


Help solving an error
Here is the code: load PollutionData.txt; array = PollutionData(:,1); %#ok<NODEF> timearray = (0:.5:250); timearra...

9 years ago | 2 answers | 0

2

answers

Question


For Loops and Plotting
The following is a for loop. Just checking to make sure it is set up right. Also, when I go to plot this array and an array from...

9 years ago | 1 answer | 0

1

answer

Question


Help Calling a Function
The following is my .m file. I have the reaeration function working fine. It is just the deOxygen function that will not work. I...

9 years ago | 1 answer | 0

1

answer