First
|
Prev |
Next
|
Last
Pages: 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320
mcc generating .exe Hi, I used mcc to generate a .exe file by mcc -m displayhello, where displayhello.m is a m file containing one line, disp('hello'). The .exe file gets generated fine, but whenever I run this .exe file, I always get a popup saying "Runtime Error! R6034 An application has made an attempt to load the C runtime libra... 7 Jul 2010 17:52
getting closest point to a given point So I have a data set of point coordinates in x, y, z format. Given any one of the points, I was wondering if there is a matlab function out there that can return the closest point in the data set to the given point in 3d space. If something like this doesnt exist here a couple of ideas I had to solve the problem my... 12 Jul 2010 09:34
About behavior of KeyPressFcn Sorry for bumping such an old topic! I just spent all afternoon finding the solution to this problem. I used FindJObj, which sort of worked, but was a ridiculously convoluted process. Turns out, the solution was to just put a short "pause" before retrieving the string. For example pause(.5) pathname=get(handles... 7 Jul 2010 16:46
Wha's up w/ field width in parsing input??? Brought to light in another thread of poster w/ fixed width fields but no delimiter wherein import wizard, etc, failed to parse the empty fields. Thought should be able to use the width but no; at least w/ my early version and as I read doc on current textscan() probably won't work there, either. So, is the... 7 Jul 2010 18:59
Creating a logical mask from a 3D convex hull "W. Dale Hall" <wdunderscorehallatpacbelldotnet(a)last> wrote in message <VuWdnWUuevd6rOfXnZ2dnUVZ_gydnZ2d(a)giganews.com>... Jonas wrote: I have a list of coordinates (~50) that lie on a closed surface. I would like to have a list of all the pixels that are inside this surface. I can create a reasonable ... 7 Jul 2010 17:52
Reassign values "Roger Stafford" <ellieandrogerxyzzy(a)mindspring.com.invalid> wrote in message <i10guk$f95$1(a)fred.mathworks.com>... "Jacob Mick" <jam7w2DELETETHISTEXT(a)mail.missouri.edu> wrote in message <i10ash$o6q$1(a)fred.mathworks.com>... Thanks for the reply! That didn't quite do what I wanted though. y(b) =/= 9 always ... 7 Jul 2010 16:46
How do I vectorize this code? Help appreciated Can anyone help me to create a vectorized code for the following? I've tried and tried to understand vectorization but it doesn't work. I've added preallocation into it. =( Help appreciated. Thanks % Count and label the maximum number of objects to the loop number objSize = zeros (1, max (objects1 (:))); % Prea... 8 Jul 2010 13:37
MATLAB to AWG7000 I have a time varying signal in the frequency domain in captured from from a Tektronix RTSA and saved in .mat format. What I wish to do is to send this captured time-varying frequency domain data from MATLAB to a Tektronix AWG7000 series Arbitrary Waveform Generator. Trouble I am having is sending the data via MATLA... 7 Jul 2010 15:40
Help with Signal Processing I need some guidance on the following issue Problem : I have a clipped signal Objective ; To reconstruct original value Approach : 1. Make it band limited 2. Apply reconstruction technique Obstacles : 1.I can make the clipped value zeros, and take those as missing values ... 7 Jul 2010 15:40
Mplay gui properties How to change the mplay gui properties? I need a menu item in the gui and play a related video. With regards raj ... 7 Jul 2010 14:34 |