Embedded Target Blockset for ARM Cortex M3 (STM32) Microcontrollers "Krisada " <remove.thisskrisada(a)gmail.com> wrote in message <h39rqi$181$1(a)fred.mathworks.com>... We 've implemented a Simulink blockset for ARM Cortex-M3 microcontrollers (STM32), called Rapid STM32 blockset. Any algorithms that can be modeled in Matlab/Simulink can be transferred directly and automatically t... 5 Aug 2010 19:09
Access Neuroscan via TCP Hey Marco, have you found the solution of accessing the Neuroscan data via matlab,if yes please let me know i am also looking for it but could not found it. Regards Imran "Marco Rotonda" <marco.rotonda(a)gmail.com> wrote in message <ge4t49$m4l$1(a)fred.mathworks.com>... Hi Matlab gurus, I've read in... 5 Aug 2010 18:02
Mex file using Lapack under linux error [using matrixDivide.c example file] Dear all, I have written some mexed routines for speeding up my code in Windows, and everything compiles fine and works beautifully in Windows, but when moving my code to Linux I'm having trouble with lapack routines. To simplify things I'm using the MATLAB example file matrixDivide.c [from http://www.mathworks.com/... 5 Aug 2010 18:02
mmreader gives incorrect intensity values Hello - I am using mmreader in read in 24bit AVI files. When I compare the pixel values given for mmreader to the pixels read out through an image analysis program I find that the values given are not the same. In addition, I find that mmreader finds many pixels with zero intensity in all color channels, when man... 5 Aug 2010 18:02
Importing avi files from a folder hello, I tried to import avi-files from a folder, using the following code addpath(genpath('C:\Desktop\Thesis_Code')); bending=dir('bend'); no_files_bend = size(bending,1); for i=3:no_files_bend bend =bending(i).name; Vid = mmreader('bend') for j=1:length(Vid) imwrite(Vid(i).cdata,[num2str... 6 Aug 2010 12:40
using matlabpool in the cluster Hello guys, iIneed to run matlabpool in a cluster and this is the way I found to create a Matlab pool job, but it does not work and I do not know why...any help? Thanks in advance. jm=findresource('jobmanager','LookupURL','bl-cluster.nsl.as.ul') ; move=createMatlabPoolJob(jm); set(move,'FileDependencies',{'parf... 10 Aug 2010 10:12
global variable Hello all: I have to call many functions in a single script. Almost all the functions will use a particular variable (e.g. num ) as an input. Normally, I can sepcify an input argument named by num for all the function, e.g, function1(.., . , num) function2(..., ..., num) function3(..., .., num) I hope to... 5 Aug 2010 16:54
Manipulating space delimited cell array text data I am not sure if this is the right forum so please feel free to move. Here is my question: Lets imagine I have a variable people that is a Cell Array of names and ages: people = {'Mr Joe Shmoe 34', 'Mrs Who Ha 30', 'Dr Jim Jam 58' 'Ms Twinky Pinky 7'}' So in the command window, people will look like: people = ... 5 Aug 2010 16:54
Why isn't [] considered empty? Hello all, When you ask MatLab isempty(struct(n)) where n corresponds to an empty [], why does is return false? Any way to delete empty [] that are in a structure? Thanks Maxx ... 5 Aug 2010 18:02
Help needed with manipulating a Cell Array I am not sure if this is the right forum so please feel free to move. Here is my question: Lets imagine I have a variable people that is a Cell Array of names and ages: people = {'Mr Joe Shmoe 34', 'Mrs Who Ha 30', 'Dr Jim Jam 58' 'Ms Twinky Pinky 7'}' So in the command window, people will look like: people = ... 5 Aug 2010 16:54 |