Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
|
Re: Angstrom in Matlab
Posted:
Jul 21, 2013 4:32 AM
|
|
Type this into the command window to see all 256 ASCII characters.
[char(197), char(0:63),char(64:127), char(128:191), char(192:255)]
The Angstrom character will be on the first line, then a bunch of blanks, followed by a new line and other characters.
|
|
|
|