| Thread | Last Post | Replies |
|
| Finding threshold of samples | 11 Jul 2008 03:30 GMT | 2 |
I have this data sample and plot it in Matlab. The data is collected from some medical experiment of mice. In the previous analyzes, we select the threshold manually(not very accurate). Now we are trying to program to automatically select the threshold by computer, which will
|
| wav file splitter | 11 Jul 2008 01:24 GMT | 2 |
I have a mixed wav file is consist of different voices. For example, a person is speaking and at the same time, there is playing a song on the background of speaker. I want to split this two different voices from this wav file and i want to
|
| Replacing values in 2D array using index - without using for loop | 11 Jul 2008 01:13 GMT | 2 |
I have two arrays (2D) and would like to copy some values from array2 to array1. The exact index location in both arrays are known. Can it be done without using a for loop? Here is the simple version of the code that I am using. Just need to do it without a for loop. Any help
|
| Recording a movie from figure window and asynchronous sounds | 10 Jul 2008 23:34 GMT | 4 |
I have a series of plots appearing in the figure window in succession, after pre-determined intervals (decided by the 'pause' command). Accompanying these plots, are sounds played aysnchronously
|
| EIGS Function eigen vector normalization method | 10 Jul 2008 23:31 GMT | 1 |
okay, so i don't know if this is new or if i've just been working to long, but, i'm using R2006a V7.20 and it appears that MatLab's default choice for normalizing the eigen vectors of the general eigen value problem is to normalize
|
| Filling a gap in an image | 10 Jul 2008 23:20 GMT | 8 |
I have a CT scan of an image of bone. I want to analyze the outline of the bone. I've tried to use bwtraceboundary and imfill and both work. The problem is that due to quality issues the bone images in
|
| string array | 10 Jul 2008 21:38 GMT | 1 |
I have an array of string values: x=['test1' 'test2' 'test3'] When I refrence x(1) I get back a value of t. How do I get MATLAB to return 'test1' when I type x(1)?
|
| Open a browser in Windows | 10 Jul 2008 21:01 GMT | 2 |
I?d like to open a browser in command line. I?m trying:
>> web http://www.mathworks.com -browser; But, the MatLab said: "Sorry, no browser is registered to handle the '.html'
|
| Solve equation | 10 Jul 2008 20:52 GMT | 10 |
I would like ask if there is a function in matlab that can solve the following equation about x: -x^5 +20*x^3 +60*(2*t+1)*x -60*p=0 where t is declared as syms and p is a constant. Can i solve it for x?
|
| some help please | 10 Jul 2008 20:34 GMT | 1 |
I m writing a program to solve equations for some material properties, this is my first attemp::: %initial attempt of the excel solver function function solver123 %fixed values
|
| How to download webinar video file? | 10 Jul 2008 19:48 GMT | 1 |
How to download webinar video file? I try to do it like it was described at the http://groups.google.com/group/comp.soft-sys.matlab/browse_thread/thread/2ec2f6b 093df0417/e1e6e2ade0319a06?lnk=gst&q=webinar+download#e1e6e2ade0319a06. But it does not work now.
|
| Convert Bytes to Floating Point (single and double) | 10 Jul 2008 19:47 GMT | 7 |
Hey everyone: I've got this funky binary data file that has a multitude of data types in it. I've managed to parse out the bytes by field and data type, leaving me with arrays of 8-bit bytes
|
| Finding a serial port | 10 Jul 2008 19:30 GMT | 1 |
i can sucessfully connect to the serial port and recieve data from the marcator digital indicator i am using. I want to idiot proof my program for whoever uses it so... is there a way to see if the indicator is connected? i tried
|
| Projectile trajectory code help | 10 Jul 2008 19:20 GMT | 3 |
I'm making a MATLAB code that calculates the 2-D trajectory of a point-mass body. However, unlike the examples for of this type in textbooks I'm also including a real atmosphere model and drag coefficient data as a function of Mach
|
| function called when shadowed by variable | 10 Jul 2008 19:10 GMT | 2 |
I recently inherited some code that was written as a script. I prefer to work with functions and so was doing some minor rewrites, but I'm running into a problem with some of the variables. Specifically, Matlab treats one of them as a
|