Recent content by agileslayer
-
A
Looping Program to Generate Table of Values: A+2 from 3 to 15 using M-File
Hmm... i guess i get the picture of it... but is there any other way to display the answer other than the command that u gave above?- agileslayer
- Post #14
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
Looping Program to Generate Table of Values: A+2 from 3 to 15 using M-File
is the command right for the convert question? it seems i din understand about the end part like you stated 'fprintf' part.. clear all close all clc C = input('cm: '); X = (1/2.54)*C; inch=X foot=X*1/12- agileslayer
- Post #12
- Forum: MATLAB, Maple, Mathematica, LaTeX