ErickD
Computer
- Feb 4, 2002
- 6
I have created a Fig, now im reading into a variable 12,000,000 points from a file. Using Textread. Now this takes me 10 min to do, I would like to have some sort of progress bar, or simply show that the computer has not frozen without lossing speed.
I was thinking of creating an houre glass type function, or
printing out '|'->'/'->'-'->'\'->'|' to show something is going on.
How do I run this program and read from the file at the same time.
fscanf take 6 time longer.
I was thinking of creating an houre glass type function, or
printing out '|'->'/'->'-'->'\'->'|' to show something is going on.
How do I run this program and read from the file at the same time.
fscanf take 6 time longer.