Using load and save functions?

Hi there. I'm trying to load a .dat file with a column of numbers that need to be rounded, and saved into another .dat file. Here is my code:
clc
clear all
load('test_in.dat')
round(test_in)
save('test_out.dat')
Is this a practical way of achieving this, or is there a more better way of going about this? Can anyone help out?

1 comentario

KSSV
KSSV el 30 de Nov. de 2017
If it is working for you..then that's fine....

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Preguntada:

el 30 de Nov. de 2017

Comentada:

el 30 de Nov. de 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by