Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by smesajar

  1. smesajar

    Matrices with a Calculator ??

    Try using a HP49, is faster and has more memory than a 48
  2. smesajar

    Delete NaN Values

    You can also do this if you want to delete the NaN's A(A=NaN)=[];
  3. smesajar

    Adding Data to an existing file with matlab

    Hello: Try this piece of code Fid=fopen('path_and_name.ext','a'); fprintf(Fid,'What you want to add'); fclose(Fid);

Part and Inventory Search