Posts by Juliano Cardoso • 21 points
3 posts
-
0
votes1
answer233
viewsQ: Save file to columns
I need to save data from a file .txt to open in excel. I can save the data, so that each loop is saved one below the other, but I can’t save in columns. The first two columns are the same, which is…
matlabasked Juliano Cardoso 21 -
2
votes2
answers3737
viewsQ: Save txt file to Matlab
Good, I have a program that runs in loop and I need to save the results of each loop. Within the loop i call several functions and in each function I need to save the results. I have used in every…
matlabasked Juliano Cardoso 21 -
0
votes0
answers146
viewsQ: Read file and create loop
I have a txt file with several names in column: Nome 01 Nome 02 Nome 03... In the archives. js I need to create a loop so that each name is read and uploaded to a variable for the calculations to be…