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!

Search results for query: *

  • Users: ill2000m
  • Content: Threads
  • Order by date
  1. ill2000m

    importing a text file into a vector

    I have a text file and i would like to read its content into a vector x in my m file, i looked at help section in Matlab and tried many function but it still doesnt work, does anyone know how to do it .. e.g content of my text file is and its in the directory C:\work\work.txt A former senior...
  2. ill2000m

    matrix in matlab enquiry

    I am a new user in matlab . just wonder if anyone know how to use matrix in matlab to do the following i got 12 and wish to turn it into 1122 34 1122 3344 3344 like the following .. i dont...
  3. ill2000m

    importing a text file and sort out the frequecny of each character

    x =' hskd'; X = sort(x); [U I J] = unique(X); N = diff([0 I]); bar(N) set(gca,'XtickLabel',U.') [num2str(N.') U.'] the code above will allow me to sort out the frequency of the charcher appear in x . e.g the result is 1h 1s 1k 1d now i want to import a text file from the directory...
  4. ill2000m

    sorting english letter

    I have written a M file which allows me to sort the frequencies with which each symbol appears in x, from most frequent to least frequent... but i would like to sort frequecy of appearence of the english letter (a-z)inside x ... e.g. x =[A,A,B,C,] so the result i want to get on the screen is...
  5. ill2000m

    Matlab source code for arithmetic coding..

    does anyone have the source code for arithmetic coding, lossless data compression in matlab or know the links which i can download it ... i am currently looking for those source code for my project... many thanks

Part and Inventory Search