I have a notepad file with x and y data's and i want to open it with a plotting app. I used system("notepad xy.txt") function to open it with notepad and had no issues but by using system("plotapp xy.txt") wasn't working. Is there a way to do this differnetly?
↧