| Thread | Last Post | Replies |
|
| Non-Tunable Parameters in RTW Compiled S-Function | 21 Jul 2008 09:13 GMT | 3 |
Some advice would be great if anyone knows about this... I have a Simulink model, made up largely of SimMechanics blocks. I am running it for very short time-steps, thousands of times. As such, running it just in the Simulink window is painfully slow.
|
| GUI | 21 Jul 2008 08:30 GMT | 3 |
I build several interface for calculate my system. but, I can't used the data that im enter at the first interface to the other interface.Means, if I to used the second interface for example, I have to re-enter again the data. can I just
|
| subplot problem | 21 Jul 2008 06:08 GMT | 3 |
Suppose an m-file "xSquare" which plots the square and logarithm of an input vector. Note that there are two axes in the the figure window. :
>> x=[1 2 3] |
| Selecting a certain data from a file | 21 Jul 2008 05:50 GMT | 1 |
I have this huge list of data where I have to choose the single maturity at a time to make surface. Anyone has any idea how I can choose one maturity at a time from the datafile after loading the data and sorting them
|
| Help to represent a constrain to put into fmincon() | 21 Jul 2008 05:18 GMT | 4 |
I need to optimize a 3x3 Matrix M. The cost function is f(k1,k2,....,k9) with k1...k9 are the entries of M. I need to set a constrain on k1,...k9 such that for all vectors [ a b c] where 0<=a<=255; 0<=b<=255; 0<=c<=255; a, b, and c are integers,
|
| Change array dimension | 21 Jul 2008 03:53 GMT | 2 |
I have an array of dimension: 1 x 64 x 16 Instead of having the above 3D array, I want the same data to be in a 2D array of dimension: 64 x 16 I need this because I want to use a mesh plot and it works only on a
|
| Plot a real time graph from serial port input | 21 Jul 2008 03:53 GMT | 1 |
I would like to know whether it is possible to plot a real time graph from serial port input. I have written the code, but it seems the data is not plotting real time. I understand that the data is stored in
|
| Controlling a GUI from a script? | 21 Jul 2008 02:28 GMT | 5 |
Hi everyone - I have what seems to be a simple problem - I'd like to control a GUI from an interactive script. I know it can't be too hard, but I haven't looked in the right place yet.
|
| scatter problems | 21 Jul 2008 01:05 GMT | 2 |
I want to Plot a Matrix (10x20), with 0, 1 or 2 in each field. I used scatter, to get each type of Matrix-entry in a different color, but my problem is that I cannot choose wich colors the Points appear in (the matrix represents cells, 0
|
| Audiorecorder & other problems | 20 Jul 2008 23:48 GMT | 4 |
I was trying to write wrapper for audiorecorder. Below is my code: ------------------ classdef Audio
|
| fix loop | 20 Jul 2008 21:47 GMT | 6 |
this loop should give me for -1 0 and for 1 should give me a 1, can anyone help me. My code is at the bottom thanks p=[-1.0000 1.0000 -1.0000 -1.0000 -1.0000 -1.0000 1.0000
|
| Graphs attributes not working | 20 Jul 2008 20:38 GMT | 2 |
I have a GUI which has graphs in it. Unfortunately i am neither being able to change the label of any of the axis ( i have three axis for each graph) nor am i being able to change the axis dimensions.
|
| Stopping itteration | 20 Jul 2008 20:21 GMT | 1 |
I am making this MDP value iteration algorithm and getting stuck on how to stop it when the difference between the last value and the older one is less than epsilon. Here is the code:
|
| Mex File | 20 Jul 2008 19:47 GMT | 1 |
I want to use Java NetBeans IDE (which one can also use for C project development) for writing some C Mex functions. My question is, where to I reference/link to files such as mex.h , matrix.h, mat.h, mwdebug.h and all these other MathWorks files? Where do they reside (folder) ...
|
| Ending one GUI from another | 20 Jul 2008 19:17 GMT | 7 |
How do I end or delete one GUI that is open and inactive at the back from the one that is active and in front. PS. These GUI's are not connected. i.e one did not trigger the other. There was a gui window say GUI_1. It opened GUI_2
|