Bug with containers.Map in R2010a?
I'm wondering if anybody else has run into this problem. I have code where I use containers.Map objects to keep track of arrays by their names. This no longer seems to work in Matlab R2010a. For example, the following works fine in R2009b: A = containers.Map('hello',[1 2]); >> A = containers.Map('hello',[1 2])... 26 Mar 2010 19:11
Data cursor coordinates -- increasing precision or number of decimal places
Thank you, now I have my custom datatip text update function enabled via my startup script. "Steven Lord" <slord(a)mathworks.com> wrote in message <hd7ka5$lq$1(a)fred.mathworks.com>... "Richard Sonnenfeld" <pcardout(a)gmail.com> wrote in message news:hd4gcv$mmi$1(a)fred.mathworks.com... I stumbled across the ... 26 Mar 2010 17:54
PLP
how can I do to get the Personal License Password (PLP) ? please tell me in detell..... thank you very much ! ... 26 Mar 2010 16:44
Adding data 'DisplayName' to data cursor datatip
I was looking for a way to do exactly this. Thank you. "Dan Sternberg" <dsternbeNO(a)SPAMmathworks.com> wrote in message <f2hmja$4hd$1(a)fred.mathworks.com>... Hi Brian, Would replacing the line nam = 'Brian'; with tar = get(event_obj,'Target'); nam = get(tar,'DisplayName'); be sufficien... 26 Mar 2010 16:44
cannot access mcc daq USB-1298FS with matlab 2010a
Hi, I'm trying to use an aquisition card from Measurement Computing (USB-1208FS) with matlab 2010a. When I try to create an analoginput object I get teh following error: ai = analoginput('mcc',0) ??? Error using ==> analoginput.analoginput at 121 Failure to find requested data acquisition device: mcc. an... 5 May 2010 18:15
Changing the x-axis of seqlogo
I'm making a large number of seqlogos programatically. They are hundreds of columns wide and so running a seqlogo normally creates letters that are too thin to see. I've noticed that I only care about a few of these columns (not necessarily consecutive columns) ... most are noise but some are highly conserved. I u... 30 Mar 2010 12:45
Read from all files in a directory with a MATLAB Script
"us " <us(a)neurol.unizh.ch> wrote in message <hoj0h1$3c1$1(a)fred.mathworks.com>... "Diana " <diana.qiu(a)yale.edu> wrote in message <hoivup$n41$1(a)fred.mathworks.com>... Hello everyone, I have a MATLAB script that reads some data from a text file and then does some calculations and writes to another file.... 26 Mar 2010 16:44
Matlab and visual C
I am not much in mex files, so if it may be very basic for people out there I have seen lot of C libraries which people use with Matlab using Microsoft Visual C ........can any body give me link where things are given from starting ..... ... 26 Mar 2010 16:44
Compile MEX with C99 comments, Unbuntu
Dear readers! Unfortuantely I cannot test it by my own, because I stuck on a Windows-machine. I thought this command would instruct the GCC compiler to accept the C99 comment style using "//": mex -O CFLAGS="\$CFLAGS -std=C99" Shuffle.c It is not a problem of the parsing - same effects for: me(' -O', 'CFLA... 29 Mar 2010 11:20
Modelling anti slip (ABS) in simulink
I have my model of a car braking, i want to include ABS. I have created my mu - slip curve. How do i maintain the car to brake on the peak of this curve (were it doesnt skid). I have looked at the mathsworks model provided however does not give me any more insight on how to do it? thank you ... 26 Mar 2010 16:44