View Single Post
  #93   Report Post  
Posted to rec.woodworking
 
Posts: n/a
Default OT Completely!!! Spanish? Que?

In article ,
Mark & Juanita wrote:
...snipped...

....................................... For example, at a higher level
than even Fortran or C, how long do you think it would take to program the
following in assembly code?

fid = fopen(filename, 'r');
y = fread(fid);
fclose(fid);

x = length(y);

figure(1);
plot(x, y, '-xr');
title('Data Plot');
xlabel('Data Point Number');
ylabel('Data');

...snipped...

Does calling the same functions from assembler code count?
(and what's with the single quotes?)

--
No dumb questions, just dumb answers.

Larry Wasserman - Baltimore, Maryland -