First
|
Prev |
Next
|
Last
Pages: 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
Working with multiple GUI - subplot Hello, i'm asking for your help about subplotting between GUIs. Let me explain, i'm trying to make several (four) GUIs interact with themselves, having one GUI as the main one. In this GUI i have three push buttons that lead to the opening of the remaing three GUIs. In two of those GUI i have scripts that allow me t... 12 Jul 2010 16:16
Array Manipulation, Signal Processing Hey Everybody, I'm very new to this so the answer may be very simple, but I am dealing with a very large array (several million data points) and I want to be able to create a new array where certain data points from the original would be removed (set to zero). I acquired this array from an audio file and I just wan... 15 Jul 2010 15:24
Working with multiple GUI - subplot Hello, i'm asking for your help about subplotting between GUIs. Let me explain, i'm trying to make several (four) GUIs interact with themselves, having one GUI as the main one. In this GUI, i have three push buttons that lead to the opening of the remaing three GUIs. In two of those GUI i have scripts that allow me ... 12 Jul 2010 11:48
texture polygons in 3-D? There is a 2-D image and I am trying to build a 3-D model for this image. The models consists of triangles. I want to take a corresponding triangle from the image, stretch it and stick to the triangle in the model. Some parts of the original image (margins) are not modelled yet. Function warp stick entire rectangula... 12 Jul 2010 11:48
fread and float Dear all, I have a binary file where each record is 53 byte long. Starting from byte 26 to byte 29 I have a Microsoft Binary Float used to store a date which should be in the format 'yyyymmdd'. So, if I read the file in with fread(fid,4,'uint32') I get 4 values which I assume are the first chunk of 8 bits, the sec... 13 Jul 2010 14:13
how to match 2 images by shape hi, i want ahelp in my project i want to know ho can i count objects in an image by matching the two images by shape not by colour i mean i have a sample image( human cell) like (blood cell) it is like an ellipce and we have abig image have 10 or 20 cells the problem is that may be fault because they are no... 12 Jul 2010 10:41
Polygon I am displaying an image and then using ImROI to get the coordinates for a polygon that I draw: I=imread('9_m.jpg'); roi = ImROI(I); However, before drawing out the polygon, I would like to map on previous polygons that I have already drawn onto the image so that I can see them as I am drawing this new polygon.... 12 Jul 2010 10:41
Beginner Question - storing altered matrices Sorry for this elementary question but I couldn't seem to find the answer anywhere.... I have a matrix for which I have changed the nth column by typing B(:;n) = [x; x; x] but I wanted to store it as another matrix G. So something like G = B(:;n) = [x; x; x] except the above doesn't work. ... 12 Jul 2010 12:55
Removing columns "kk KKsingh" <akikumar1983(a)gmail.com> wrote in message <i1en91$hqi$1(a)fred.mathworks.com>... "kk KKsingh" <akikumar1983(a)gmail.com> wrote in message <i1el7d$80s$1(a)fred.mathworks.com>... "kk KKsingh" <akikumar1983(a)gmail.com> wrote in message <i1ein7$s5c$1(a)fred.mathworks.com>... is it possible to remove coul... 12 Jul 2010 10:41
Average Every N rows in a Matrix I currently have a data matrix that is 27359x26. This data is all taken at 1 minute intervals, but the time will be variable between different data sets I will be running this script on, so the 27359 will be variable depending on total test time. I am looking to get the average of every 10 rows but cannot seem to fig... 12 Jul 2010 18:30 |