First
|
Prev |
Next
|
Last
Pages: 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
Error when changing Matlab version from 2008a to 2008b Hello, I am trying to update a GUI created with Matlab 2006b to make it work on Matlab 2010 on a Linux machine. The code works from versions 2006a to 2008a, but starting from version 2008b, I get the following error message: ??? Invalid handle object Error in ==> graphics.linkprop.linkprop> localUpdate... 21 Jul 2010 11:20
Matlab Optimization toolbox Hi everyone, I am writing a program for a robot. The surface that robot will go on created in computer using my 3D program.So I have a program that create the surface(terrain) for the robot. But we simulated this surface and we want to build it in real world. What we will use is the jacks with a mat on it.So the jac... 23 Jul 2010 12:31
Shadow removal "Sandeep " <sandeepdevasrii(a)gmail.com> wrote in message <hbig4p$2ma$1(a)fred.mathworks.com>... "Anil N" <anilpn(a)yahoo.com> wrote in message <h5r5ns$sb5$1(a)fred.mathworks.com>... Hi, I need a code or method to remove shadows from an image, can any one help me please. Anil N Hi Anil Have... 21 Jul 2010 11:20
Shadow Removal Using Entropy minimization "Sandeep " <sandeepdevasrii(a)gmail.com> wrote in message <hafchq$bl1$1(a)fred.mathworks.com>... Hi all, I am trying to implement a shadow removal algorithm in matlab. I follow the paper written by Mr.Graham.Finalyson i.e, "Shadow removal using Entropy minimization". First of all i am trying to get 1-D ... 24 Jul 2010 10:09
MATLAB Is it possible to run MATLAB on one Ubuntu machine with no GUI, but then to control it via the MATLAB GUI on a different machine on the network? ... 21 Jul 2010 13:33
periodicity and classes Dear Matlab gurus, I need help trying to deal with periodicity in my programs. So for a loop for i=1:N when some values in my program have terms like U(i+1) + U(i-1) etc. I need U(i+1) when i=N to be U(N+1)=U(1) and likewise for the other can I do this by creating a class say? classdef i % ... 22 Jul 2010 05:56
Setting figure before plot Hello all, I have a gui that creates several plots in different windows. Obviously, the program will create the plot in the current figure. This is problematic if the user re-selects the main control figure right before the program creates the plot because it will appear in the background of the main control figur... 21 Jul 2010 13:33
reading GRIB data in matlab 7.4 version How can I read GRIB data in matlab 7.4 version. ... 21 Jul 2010 10:13
Reading DICOM US clip (multiframe array) In my experience with US clips, I have seen in some circumstances where dicomread does not recognize multiframe data because the data was written without an offset table for the frames. In this case, dicomread assumes that there is only one frame. I gave more details about this in an earlier post (search dicomread an... 21 Jul 2010 10:13
problem in connecting XBee(please help) Hello, I am currently doing a project in wireless communication using XBee PRO. My goal is to send data from one XBee to another and both are connected to PC. I used X-CTU to flash the XBees and I wrote the follwing code: clc % setting COM8 s = serial('COM8'); set(s,'BaudRate',115200); set(s, 'TimeOut', 10) ... 22 Jul 2010 04:51 |