Quantcast
Channel: MATLAB Central Newsreader - tag:"table"
Browsing all 48 articles
Browse latest View live
↧

Re: name of columns and rows

"Tommy Lee" wrote in message <mfehr5$f8r$1@newscl01ah.mathworks.com>...> Hi Folks,> pls I need help with name of columns and of rows. I would like to have something like this:> >...

View Article


Re: name of columns and rows

"Tommy Lee" wrote in message <mfehr5$f8r$1@newscl01ah.mathworks.com>...> Hi Folks,> pls I need help with name of columns and of rows. I would like to have something like this:> >...

View Article


write table to formatted text file

Is there a simple way to write a table to a text file so that it is formatted the same way that it appears at the command line when you enter disp(myTable)? It seems that this would be a sensible...

View Article

Re: write table to formatted text file

Another way to ask the same question: Is there a way to pipe the output of disp() to a text file?

View Article

Width of the scroll bar in a uitable

I am creating a table with one row and many columns (just over a million). I would like to make it so that the width of the table (column of row numbers, column of data, and vertical scroll bar) fit...

View Article


Re: name of columns and rows

"Bruce Elliott" <bruce.elliott@jhuapl.nospam.edu> wrote in message <mff246$3tn$1@newscl01ah.mathworks.com>...> "Tommy Lee" wrote in message...

View Article

How to extract variable from table keeping the floating point?

Hello, I am quite new to the table data type and I have a table of values of feautures extracted from an image, I need to convert it to a matrix before performing classification on it. I extract the...

View Article

Re: How to extract variable from table keeping the floating point?

Please see Table documentation, at http://www.mathworks.com/help/matlab/ref/table.html, and try out the first example with LastNames, Age,Height,Weight,BloodPressure information. Without much...

View Article


Re: How to extract variable from table keeping the floating point?

Rita, {} on a table returns one array. It's likely that your table contains both integer and double variables. {} subscripting has to concatenate all the variables, and in MATLAB, integer types are...

View Article


Is it possible to automatically populate and sort a structure?

I have a 1xA cell array called Names that contains 50 unique strings (e.g. 'Knee', 'Ankle', etc.). I also have a 1xA double array called Values that contains a single value associated with each Name....

View Article

Re: Is it possible to automatically populate and sort a structure?

"Sam P." wrote in message <mv8n6f$728$1@newscl01ah.mathworks.com>...> I have a 1xA cell array called Names that contains 50 unique strings (e.g. 'Knee', 'Ankle', etc.). I also have a 1xA...

View Article

Re: Is it possible to automatically populate and sort a structure?

"Sam P." <kmj.nasa@gmail.com> wrote in message news:mv8n6f$728$1@newscl01ah.mathworks.com...> I have a 1xA cell array called Names that contains 50 unique strings (e.g. > 'Knee', 'Ankle',...

View Article

Re: Is it possible to automatically populate and sort a structure?

Thanks for your responses, Aslak and Steven. Steven, thank you for calling my attention to the second output of the sort() function; it is a lifesaver! I was easily able to order my list of Names using...

View Article


Re: Is it possible to automatically populate and sort a structure?

After some experimentation, I discovered that the output table *does* display properly if I only show the first 3 values using the following code: sortedTable =...

View Article

Re: Is it possible to automatically populate and sort a structure?

"Steven Lord" <Steven_Lord@mathworks.com> wrote in message news:mvge02$l93$1@newscl01ah.mathworks.com...>>> "Sam P." <kmj.nasa@gmail.com> wrote in message >...

View Article


Using array name for variables name in table

Hi everyone, Is it possible to set the name of the variables in table using a vector name. For instance I have a vector C and I want to show the elements C(99), C(100), C(101) and I'd like the table to...

View Article

Re: Using array name for variables name in table

"MatteP" <matteo.puglini@mpimet.mpg.de> wrote in message news:nbmjk5$o1r$1@newscl01ah.mathworks.com...> Hi everyone,>> Is it possible to set the name of the variables in table using a...

View Article


Re: Using array name for variables name in table

"MatteP" wrote in message <nbmjk5$o1r$1@newscl01ah.mathworks.com>...> Hi everyone,> > Is it possible to set the name of the variables in table using a vector name. For instance I have a...

View Article

Image Features_struct 2 table

I am computing features of an image and storing it in to a struct And i am receiving an error while converting STRUCT INTO TABLE.

View Article

Re: Image Features_struct 2 table

"Ali Maqsood" <alimaqsood.butt321@gmail.com> wrote in message news:nco35v$bgd$1@newscl01ah.mathworks.com...> I am computing features of an image and storing it in to a struct> And i am...

View Article
Browsing all 48 articles
Browse latest View live