Thread: Matlab problem
View Single Post
  #1  
Old 08-23-2009, 11:54 AM
webdev webdev is offline
Senior Member
 
Join Date: Jun 2009
Posts: 7,868
Default Matlab problem

Hi all, I am mew in matlab and I have to read a text and then make a vector with the binary value of their chars. For example : text = 'pr' ascii = 1010000 1110010 I want to make a vector like that --> [1;0;1;0;0;0;0;1;1;1;0;0;1;0]
__________________
Website Development
Domain Name Forum
Reply With Quote