Problem reading 'tif' image with Matlab 7143 (8/26/2004 7:30:27 AM) comp.soft-sys.matlab Hi all, I am trying to open a 'tif' image using Matlab 7 rel. 14 and get the '??? Couldn't open file' massage. I can get its info using 'imfinfo' though. The file can be opened in regular programs like Microso... Utzli
Are these (already) known bugs of Rel 7?030 (8/15/2004 8:00:34 AM) comp.soft-sys.matlab Hi all, I found the following strange behavior of a GUI created by GUIDE using ver 7 (rel 14): 1. When you select pushbutton background color, using the Property Inspector, you get the desired color in the GU... Utzli
Sortrows in descending order4294 (8/8/2004 7:28:21 AM) comp.soft-sys.matlab Hi all, I have a matrix which I want to sort according to a certain column. The command 'sortrows(my_matrix, col)' dose the trick, but sort it in ascending order. I can use a 'for' loop to change it to a desce... Utzli
Rel 14 - Where the color gone?323 (8/3/2004 6:50:31 AM) comp.soft-sys.matlab Hi all, I just created a GUI using the GUIDE of Matlab 7 (Rel. 14) and in it I created a pushbutton. I chose a background color, using the Property Inspector, and run the GUI. Alas! The background color is gon... Utzli
Compilation of a graphical program problem.026 (7/28/2004 8:16:13 AM) comp.soft-sys.matlab Hello all, I use Matlab 6.5 rel. 13. I wrote a program which has a graphical interface (I used the GUIDE for that). In this program I inserted two functions which are not related to the graphics - func1 and fu... Utzli
Change a check mark in a checkbox233 (7/12/2004 10:47:44 AM) comp.soft-sys.matlab Hello all, I created a GUI with few checkboxes. Using the Property Inspector I set the value of few of them to 1. When I run the GUI checkboxes with value set to 1 appear with a check mark. I want to allow the... Utzli
How to transfer a logical array from a c++ dll to Matlab?144 (6/7/2004 6:51:18 AM) comp.soft-sys.matlab Hi all, From a Matlab program I run a c++ dll which create a logical array (bool type). What will be the simplest way to transfer this array to the Matlab environment just before exiting the dll? I know that ... Utzli
Debuggin a c++ mex file - how to do it?248 (6/3/2004 9:06:02 AM) comp.soft-sys.matlab Hi all, I am using Matlab rel. 13. I created a c++ mex file and compiled it successfully. I use MS Visual c++ 2003.NET. When I call my dll from a Matlab program it crushes and gives the "Segmentation violatio... Utzli
Transfer a cell array to a c++ dll560 (5/27/2004 8:09:34 AM) comp.soft-sys.matlab Hi all, I have a Matlab cell array which have in each cell a (possibly) different sized Nx3 matrix. For example: Cell(1): 1 2 3 7 8 9 cell(2): 3 5 7 2 4 6 8 9 3 .. .. cell(n): 1 2 3 I want to transfer this ... Utzli
Coloring certain lines in a GUI 'edit' box342 (3/3/2004 2:47:14 PM) comp.soft-sys.matlab Hi to all, I have a program which uses a GUI. In that interface there is an 'edit' text box where the user can enter a (vertical) column of numbers. For example: 12 134 505 .... After a certain calculation, ... Utzli
GUI #16422 (8/18/2004 4:53:30 AM) comp.soft-sys.matlab HI I m devloping a GUI in which there are two edit boxes and an axes but when i change the size of the window (Maximize/Restore) the edit boxes change there position and overlap the axes How can i fix there ... uzma_uet(44)
Adding value to the edit box327 (8/11/2004 5:25:46 AM) comp.soft-sys.matlab HI i want to know that whethet is it possible to calculate the value in a program and display it in edit box IF so how and if it cant be done how can we display the calculated values on the MMI Regards Uzma... uzma_uet(44)
Loading List box726 (8/10/2004 6:12:25 AM) comp.soft-sys.matlab Hi I want that the list box in my GUI should be empty in the start but when the program executes some variables will be calculated . These variables should be added as the list box members automatically when t... uzma_uet(44)
Repost: Loading up and using dll's in matlab131 (8/9/2004 3:51:52 PM) comp.soft-sys.matlab I am having difficulties loading up and making use of a dll into matlab even though according to the matlab documentation it appears quite simple. It is quite possible I am just off with some syntax or I could ... dumalski(4)
Sortrows in descending order4294 (8/8/2004 7:28:21 AM) comp.soft-sys.matlab Hi all, I have a matrix which I want to sort according to a certain column. The command 'sortrows(my_matrix, col)' dose the trick, but sort it in ascending order. I can use a 'for' loop to change it to a desce... dont9412(33)
Rel 14 - Where the color gone?323 (8/3/2004 6:50:31 AM) comp.soft-sys.matlab Hi all, I just created a GUI using the GUIDE of Matlab 7 (Rel. 14) and in it I created a pushbutton. I chose a background color, using the Property Inspector, and run the GUI. Alas! The background color is gon... dont9412(33)
Trouble using GUIDE : how to return values ??327 (7/28/2004 10:19:47 AM) comp.soft-sys.matlab Hi I've reading online documentation and I'm still clueless, I'm using matlab Release 13 and I'm designing a GUI with GUIDE. The problem is that i want my GUI to behave as a function and return some values, h... nomail37(248)
Is "new" unter C++ safe?135 (7/12/2004 5:47:11 PM) comp.soft-sys.matlab Hi! Im currently debugging a mex file and seems like there some issues with memory allocation. I'm using C++ and I generate dynamically some objects and dynamic data using 'new'. Is this compatible with MATLAB... mca1(38)
Change a check mark in a checkbox233 (7/12/2004 10:47:44 AM) comp.soft-sys.matlab Hello all, I created a GUI with few checkboxes. Using the Property Inspector I set the value of few of them to 1. When I run the GUI checkboxes with value set to 1 appear with a check mark. I want to allow the... dont9412(33)
Transfer a cell array to a c++ dll560 (5/27/2004 8:09:34 AM) comp.soft-sys.matlab Hi all, I have a Matlab cell array which have in each cell a (possibly) different sized Nx3 matrix. For example: Cell(1): 1 2 3 7 8 9 cell(2): 3 5 7 2 4 6 8 9 3 .. .. cell(n): 1 2 3 I want to transfer this ... dont9412(33)