Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

MATLAB: Converting Character to Decimal ASCII Code

Status
Not open for further replies.

ee_expert2000

Member level 4
Joined
Mar 14, 2005
Messages
71
Helped
10
Reputation
20
Reaction score
8
Trophy points
1,288
Activity points
1,919
matlab ascii

Hi All,
I am looking for a MATLAB function that converts a character (e.g., 'D') to its ASCII equivalent ( i.e., 68 ) .
The function char does the reverse conversion.
Basically, I want to convert a text message to its ASCII codes, process that code, and go back to the message.

Best Regards
 

matlab ascii code

check in matlab centeral there are lot of basic stuffs there
 

matlab char to ascii

hi
unicode2native this command will help to convert
for syntex check help
unicode2native(I)
ans =
73
 
ascii code matlab

You may try this too:
double('I')
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top