trouble saving data structure to a file727 (11/5/2012 11:31:07 PM) comp.soft-sys.matlab Hello,
The save command is driving me crazy. I am working in a GUI where I am storing some data variables in the handles data structure. I have collected the data I wish to export into a structure called han... Ben
create a new object instance based on a string (str2obj?)332 (8/23/2012 12:09:08 AM) comp.soft-sys.matlab I am trying to make it easy to switch out certain behaviors of an object in Matlab (kind of the like the "Strategy" design pattern, but without bothering to do the interface part). What I want to do is assign ... Ben
Assigning Cell Array to Portion of Another Cell Array529 (7/31/2012 7:00:42 PM) comp.soft-sys.matlab I have a bunch of 1D cell arrays that I wish to combine into a 2d cell array matrix. I am having trouble coming up with a statement that will do this. My current plan of action is to create my 2D cell array a... Ben
paste a string as a string without evaluating contents031 (2/27/2012 11:07:10 PM) comp.soft-sys.matlab I am pasting data from Excel. In a long list of numbers/letters, I have the string: 1E4. I paste this into a cell array using the variable editor and "paste excel data", and what I get is 10000 because this g... Ben
function that takes a cell array and outputs cell array231 (8/23/2011 11:58:28 PM) comp.soft-sys.matlab Hello I'm sorry if this is a really obvious problem but I am having a hard time finding the specific answer to this on the internet. I am trying to write a function that has a cell array as an input argument... Ben
quick help using handles and uitable in the GUI241 (8/5/2011 9:48:28 PM) comp.soft-sys.matlab Hello, I am trying to build a GUI with a button and a uitable. I want to populate the uitable with data from a cell array when the button is pressed. I have seen many tutorials where the table property edit... Ben
confused about incompatible plot properties491 (7/26/2011 8:29:11 PM) comp.soft-sys.matlab I am new at Matlab. I am finding that when I use the plot() command with a list of properties following the x and y variables, some properties stop working once I add other properties. For example, let's sa... Ben
kmeans clustering with correlation235 (6/16/2011 9:25:19 PM) comp.soft-sys.matlab I am having trouble using the kmeans clustering function with the correlation distance option from the Statistics Toolbox. My input variables can be on different orders of magnitude, and I believe this will ca... Ben
brspam's replies:
Items(10) /1
Trying to Open Saved Figure --> "Import Wizard"?4388 (12/22/2010 2:06:05 AM) comp.soft-sys.matlab Today I was editing a bunch of figures, saving them manually. I'm not sure what happened, but now when I try to open those figures in Matlab, an "Import Wizard" window opens up instead of the actual figure. I c... Andrew
kmeans clustering with correlation235 (6/16/2011 9:25:19 PM) comp.soft-sys.matlab I am having trouble using the kmeans clustering function with the correlation distance option from the Statistics Toolbox. My input variables can be on different orders of magnitude, and I believe this will ca... brspam(22)
confused about incompatible plot properties491 (7/26/2011 8:29:11 PM) comp.soft-sys.matlab I am new at Matlab. I am finding that when I use the plot() command with a list of properties following the x and y variables, some properties stop working once I add other properties. For example, let's sa... brspam(22)
quick help using handles and uitable in the GUI241 (8/5/2011 9:48:28 PM) comp.soft-sys.matlab Hello, I am trying to build a GUI with a button and a uitable. I want to populate the uitable with data from a cell array when the button is pressed. I have seen many tutorials where the table property edit... brspam(22)
function that takes a cell array and outputs cell array231 (8/23/2011 11:58:28 PM) comp.soft-sys.matlab Hello I'm sorry if this is a really obvious problem but I am having a hard time finding the specific answer to this on the internet. I am trying to write a function that has a cell array as an input argument... brspam(22)
Assigning Cell Array to Portion of Another Cell Array529 (7/31/2012 7:00:42 PM) comp.soft-sys.matlab I have a bunch of 1D cell arrays that I wish to combine into a 2d cell array matrix. I am having trouble coming up with a statement that will do this. My current plan of action is to create my 2D cell array a... brspam(22)
trouble saving data structure to a file727 (11/5/2012 11:31:07 PM) comp.soft-sys.matlab Hello,
The save command is driving me crazy. I am working in a GUI where I am storing some data variables in the handles data structure. I have collected the data I wish to export into a structure called han... brspam(22)