Recent content by agileslayer

  1. 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?
  2. 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
Back
Top