sftool help
Hi, I have a simple question regarding sftool. I try to get started with a simple test example such that: x=-2:.2:2; y= -2:.2:2; [X,Y] = meshgrid(x, y); Z = X .* exp(-X.^2 - Y.^2); surf(X,Y,Z); sftool(x,y,Z); However, this gives an... 14 Oct 2009 10:17
How can I check CPU usage in F28335
Hello again! I have another question about F28335 DSP Chip. I wrote a program and I would like to know how much of CPU resources I am using (I can check memory usage, but I would like to know what is CPU usage - in percentages for example). Is it possible? Best regards! Pawel Blaszczyk ... 14 Oct 2009 10:17
XPC target information
Hi, How can I find XPC target information like memory usage, threads running, CPU load... etc. Typically in Linux I use 'top' command for this. regards -sham ... 26 Oct 2009 07:43
Mcc
Hi, am trying to built windows executable file from .m file,, using deploy tool, when i compile it,,it is showing following error,, Error using ==> mcc Error: Unable to open file "macro_default": No such file or directory. plz help me ,, plz see the following for .m file which i want to convert to exe file f... 13 Oct 2009 02:19
Help with Date String into Excel
Hi guys, I have a date in number form. For example 731204 ( which represents dec 19, 2001). I want to achieve two things: 1. I want to convert the date number to a form like this dd/mm/year. so I used, output = datestr(731204,'dd/mm/year'); 2. I want to now write an excel file to put the output in column ... 12 Oct 2009 15:12
Repeated Measures with anovan
I would like to use one of Matlab's built-in functions from the stats package to do a repeated measures anova. My design is pretty big, so I would need to use anovan. I have 4 within-subject factors (3x3x2x2 design), repeated across 9 individuals. I've formatted my data into a matrix with one observation per ind... 12 Oct 2009 11:48
setmcruserdata
My problem is : Can I catch the changed information in C# when set by setmcruserdata in matlab through an event predefined in C#? ... 12 Oct 2009 10:39
continue to read from file
Hi I have a little problem. For my degree thesis I have to read a file which contains floating numbers. The size is huge (like ~1 GB) so Matlab can't read in a variable all of the number my file it's like this -9 -8 -7 -6 ********************* 1.00000020 2.00000000 3.00000000 4.00000000 ... 12 Oct 2009 12:56
canoncorr
Hi all I'm using canoncorr() function to get the relationship between two images, A and B. In getting canonical variates, the matrix A and B are not full rank. So I can't get the required dimensions of canonical variates. Please give advice. Thanks. ... 16 Oct 2009 03:06
how to describe image using Fourier Descriptor
hi.. please help me. i have a problem on image processing i really need your help. i have done the preprocessing of the image up to edge detection which is in binary image. the image is a single object in an image. can somebody help me on how to use fft2 to do describe an image then the next step is image ma... 11 Oct 2009 07:09