| Thread | Last Post | Replies |
|
| 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
|
| regexp and tab delimiter | 10 Jul 2008 18:51 GMT | 10 |
If I have string like s(4 columns) the space delimiter between column is tab and the space delimiter with in each column is space like below s= '1 2 3 x y' and I want to extract each column in a cell. I write the below regexp
|
| PROCRUSTES | 10 Jul 2008 18:40 GMT | 2 |
I am trying to understand exactly what is done in Matlab's PROCRUSTES. it seems that given two sets of points, PROCRUSTES first assumes that the center of rotation is at the mean of each set, which reduces the problem to just
|
| English letter prediction | 10 Jul 2008 18:36 GMT | 9 |
I'm designing a Recurrent NN for English letter Prediction. Basically, input vectors is n-1, n-2, ..., 1, etc letter history. The output is predicted letter. I'd like to use decimal ASCII as the input and output values.
|
| how do you "properly" close ports and stop timers when using a close GUI? | 10 Jul 2008 17:56 GMT | 2 |
So I have this simple program that takes in RS232 data and just displays it to the screen. Note this is a GUI the problem that im facing is how to stop a timer that ive set up and close any open serial ports once the program is
|
| subplot for loop | 10 Jul 2008 17:51 GMT | 1 |
im very very new to matlab, i just started but i have a question about using 'for' when trying to loop the images in a subplot. This is not the program that i am working on it is just a simple sample program that i am tring to get
|
| Difference between signrank.m and SPSS? | 10 Jul 2008 17:48 GMT | 2 |
Good morning you all, I love Matlab, and I appreciate the statistics toolbox, so that in the future I do not have to use SPSS anymore. However, for the Wilcoxon signed rank test I found a
|
| R2007a on MacoSX Intel does not start | 10 Jul 2008 17:27 GMT | 8 |
Although I installed it correctly, when I click to the icon on the desktop, MAtlab Icon starts to jump on the dock but a few seconds later, it stops. But I can run it on the terminal of X11 './matlab -nojvm' code. Can you help me to solve this problem.
|