|
|
String without apostrophes
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: String without apostrophes - comp.soft-sys.matlabHi 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 ... cell String array without apostrophes - comp.soft-sys.matlab ...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 ... Scilab in array - comp.soft-sys.math.scilabString without apostrophes - comp.soft-sys.matlab Hi all, i m facing a problem regarding string array format. normally in Matlab , string display with apostrophes sign but ... AMOS output - comp.soft-sys.stat.spssString without apostrophes - comp.soft-sys.matlab AMOS output - comp.soft-sys.stat.spss String without apostrophes - comp.soft-sys.matlab AMOS output - comp.soft-sys.stat ... Removal of empty entries in an array (fast) - comp.soft-sys.matlab ...find value in partly empty cell array - comp.soft-sys.matlab ... cell String array without apostrophes - comp.soft-sys.matlab ... Removal of empty entries in an array ... Convert all cell array to string - comp.soft-sys.matlabHi i have a cell array with some strings and some numbers all mixed up ... cell String array without apostrophes - comp.soft-sys.matlab ... How to generate random number ... changing size of array - comp.soft-sys.matlabcell String array without apostrophes - comp.soft-sys.matlab ... how can I change the priority of thread during Runtime? - comp ... changing size of array - comp.soft-sys ... Sort cell array - comp.soft-sys.matlabcell String array without apostrophes - comp.soft-sys.matlab ... alphabetical sort of cell array - comp.soft-sys.matlab... array elements in ascending or descending order ... cell array to csv - comp.soft-sys.matlabIf your cell array is composed of all strings you could use sprintf ... cell String array without apostrophes - comp.soft-sys.matlab ... printing a structure array to a ... Find a string in a cell array - comp.soft-sys.matlabcell String array without apostrophes - comp.soft-sys.matlab ... Convert all cell array to string - comp.soft-sys.matlab How to convert cell array to double array - comp ... String without apostrophes - comp.soft-sys.matlab | Computer GroupHi 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 ... cell String array without apostrophes - comp.soft-sys.matlab ...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 ... 7/20/2012 3:52:44 PM
|
|
|
|
|
|
|
|
|