Community Profile

photo

Engineer_guy


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Error Explanation Error: File: C.m Line: 169 Column: 5 This statement is not inside any function. (It follows the END that terminates the definition of the function "readeph".)
Error: File: C.m Line: 169 Column: 5 This statement is not inside any function. (It follows the END that terminates the defin...

4 years ago | 1 answer | 0

1

answer

Question


Need helping finding the source of the forever loop in my code
I'm writing a code that reads an rnx file and sorts the data based off the satellite constellation. My code runs without error b...

4 years ago | 1 answer | 0

1

answer

Question


operator error for loop
I'm getting an opperator error on line 179. At this point I have a for loop where I say: for idxGPS > 1 ; Earlier in the cod...

4 years ago | 1 answer | 0

1

answer

Question


using fget1 to read text file. Need help sorting data
Using the fgetl function I'm making a program to read this text file line by line. I need to be able to seperate the data entr...

4 years ago | 2 answers | 0

2

answers

Question


how to sort each line in a text file by the first character in a line?
how do I get a switch case loop that reads a text file line by line and sorts the lines by the beginning character in each line?...

4 years ago | 2 answers | 0

2

answers