String without apostrophes

  • Follow


Hi all,
i m facing a problem regarding string array format. normally in
Matlab , string display with apostrophes sign but in my case , i want
it to make without apostrophe. so my question is , can i solve my
problem.


my format is like that
'Date'	                'Time'
'07.12.2009'	'08:18:58'
'07.12.2009'	'08:18:59'
'07.12.2009'	'08:19:00'
'07.12.2009'	'08:19:01'
'07.12.2009'	'08:19:02'

i want it in this format
Date	               Time
07.12.2009	08:18:58
07.12.2009	08:18:59
07.12.2009	08:19:00
07.12.2009	08:19:01
07.12.2009	08:19:02

thanks
0
Reply kashif9744 (1) 12/28/2009 3:32:17 AM

"kashif9744@gmail.com" <kashif9744@gmail.com> wrote in message <8411bc11-4d90-4655-a3b0-d61618e6f96a@j24g2000yqa.googlegroups.com>...
> Hi all,
> i m facing a problem regarding string array format. normally in
> Matlab , string display with apostrophes sign but in my case , i want
> it to make without apostrophe. so my question is , can i solve my
> problem.
> 
> 
> my format is like that
> 'Date'	                'Time'
> '07.12.2009'	'08:18:58'
> 
> i want it in this format
> Date	               Time
> 07.12.2009	08:18:58

Can you clarify?
datestr(now)

ans =

29-Dec-2009 12:03:57
(no quotes)

>> '54243'

ans =

54243
(no quotes)

Can you clarify what you want & where you want it?
0
Reply nanren888 12/28/2009 11:07:04 PM


1 Replies
630 Views

(page loaded in 0.263 seconds)

Similiar Articles:













7/20/2012 3:52:44 PM


Reply: