Statistics
4 Questions
0 Answers
RANK
30,732
of 301,428
REPUTATION
1
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
1
RANK
of 21,271
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,497
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Too many input arguments
My last image is the function for heat flux and the middle one is calling it in another file and the top image is the erro...
6 years ago | 0 answers | 0
0
answersQuestion
Sorting a list of numbers from one file then writing to a second file
Sorting is typically done in-place, by iterating up the array, growing the sorted list behind it. At each array-position, it che...
6 years ago | 1 answer | 0
1
answerQuestion
printing the average line on a graph
load site.dat; plot(site(:,13),(site(:,9))); xlabel({'Time','(In Minutes)'}) ylabel('Water Vapor Concentration') title('Wate...
6 years ago | 1 answer | 0
1
answerQuestion
Function that converts Celsius to Fahrenheit and prints it to a file
function Y=CelToFar(Cel) Far=((9*Cel/5)+32); X = [Far, Cel]; fileID = fopen('ftoc.txt','w'); fprintf(fileID,'%6s %12s\n',...
6 years ago | 1 answer | 1

