Using VBA commands to insert blank rows between data
Hi there, I'm trying to get Matlab to function through actxserver and then insert a variable number of rows between other data in the spreadsheet. So far I have been able to make it delete data that...
View ArticleRe: sorting dates with corresponding strings data
On Sunday, August 4, 2013 3:32:06 PM UTC+12, Larry Rose wrote:> hello, I need to sort dates and need to have string data be sorted along with it's corresponding date. I don't think I can use chars...
View ArticleRe: sorting dates with corresponding strings data
Tideman, Thanks a lot, I thought of this, but did not think there was any way to keep track of the changing index. This is awesome, thanks for the help. TideMan <mulgor@gmail.com> wrote in...
View ArticleRe: Problems with Java based Matlab web server
"Jeramie " <jdwatrou@ucsd.edu> wrote in message <hrfm4c$19f$1@fred.mathworks.com>...> Hello Everyone!> > So we are trying to run Matlab applications on a webserver. We've...
View Articlemex -setup
Deear friends I have a porblem with mex statment when i write mex -setup in matlab then run the matlab run continuously !! Compiler: Please select from 0-1 !!
View ArticleRe: Waterfall type plot
dpb <none@non.net> wrote in message <ktm20g$rqi$2@speranza.aioe.org>...> On 8/4/2013 10:31 AM, John Schanzle wrote:> ...> > > I have a Windows wmv file that illustrates what...
View ArticleRe: Processing many sequential files
dpb <none@non.net> wrote in message <ktmf7b$1hh$1@speranza.aioe.org>...> You can't guarantee any order of files returned by dir...to ensure > processing in sequence you'll need to...
View ArticleRe: Processing many sequential files
On 8/4/2013 5:41 PM, Pete wrote:> dpb <none@non.net> wrote in message <ktmf7b$1hh$1@speranza.aioe.org>...>>> You can't guarantee any order of files returned by dir...to...
View ArticleRe: Processing many sequential files
dpb <none@non.net> wrote in message <ktmme5$isg$1@speranza.aioe.org>...> The first loop does a dir() on each subdirectory you've got a group of > files in. Just as the one that you...
View ArticleRe: Processing many sequential files
On 8/4/2013 6:26 PM, Pete wrote: ... ...> Each experiment is split into 6 sections of files but due to the nature> of the experiment, it is possible to pretend they are all one continuous>...
View ArticleRe: Processing many sequential files
On 8/4/2013 7:26 PM, dpb wrote: ...>> But sounds like you don't really need that; simply start w/ file>> for i=1:3000 % the files> for j=1:6 % the directories>...
View ArticleRe: Need help with obtaining pixel coordinates from avi frames
Did you get this to work? I want to do the exact same thing! "Gerben" wrote in message <k41ca7$e4l$1@newscl01ah.mathworks.com>...> Hi, I'm using a script made by the author of the book, matlab...
View ArticleFaster alternative to fread
I have a huge binary data file which has a information about image having many frames (rows x columns x frames) 640 x 512 x 900 so total would be 294912000 data points (columns) if I need to call...
View ArticleRe: Export vector graphic - transparency
Same problem here. A workaround would be highly appreciated.
View ArticleRe: Parameter Passing while using 'lsqnonlin'
Bilal <bilalcisco@googlemail.com> wrote in message <618e3154-ed7d-493c-912d-e9032c838252@googlegroups.com>...> Hi,> > I want to use 'lsqnonlin' to solve a system of non-linear...
View Articlesystem identification
Hello, My task is the system identification of a two axis gimbal system from closed loop frequency response data. My open loop system is unstable. So I took closed loop data using PI controller. Using...
View ArticleRe: Problem with loop values saving
"Babak " <b_mn@hotmail.com> wrote in message <ktipan$42$1@newscl01ah.mathworks.com>...> "Yasser " <yasserzahedi@gmail.com> wrote in message...
View ArticleHelp me! Flower Detection
I want to know. How to Detect flowers. There are 10 types of flowers such as roses, lilies. I want to know how to write programs. What is a monitor and use it as a flower or something. Help me. Excuse...
View ArticleReplot histograms with different means?
Great, thanks for your help! I saved it as a function and it works now!
View Article