Reading Victor Wallace (V^3) file from Matlab

posted Oct 20, 2008, 12:43 PM by Ofer Fridman
This function file usage the importdata (Matlab function) to extract the complex file structure of Wallace (xls file).

Code

% read data
[WellTime WellMeas] = readwalacdata('blacefectivness.xls');

% plot data
h=figure;
plot(WellTime,WellMeas);



ċ
readwalacdata.m
(2k)
Ofer Fridman,
Oct 20, 2008, 1:10 PM
Comments