Prev: greta
Next: greta
From: joseph Frank on
Is there a way to write stars with matlab. For example: I want to put in a cell '0.0093***'
From: dpb on
joseph Frank wrote:
> Is there a way to write stars with matlab. For example: I want to put in
> a cell '0.0093***'

>> sprintf('%6.4f***', .0093)
ans =
0.0093***
>>

--
 | 
Pages: 1
Prev: greta
Next: greta