Feeds
提问
Creating a plot with linspace function
Here is the code: function myHW7() % Alex % December 12, 2014 % myHW7.m load PollutionData.txt; array =...
11 years 前 | 0 个回答 | 0
0
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
Help solving an error
Here is the code: load PollutionData.txt; array = PollutionData(:,1); %#ok<NODEF> timearray = (0:.5:250); timearra...
11 years 前 | 2 个回答 | 0
2
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
