| Thread | Last Post | Replies |
|
| Modelling of a hot water cylinder | 22 Jul 2008 14:43 GMT | 3 |
I want to know what i have to use in simulink to start with the modelling of a geyser.
|
| "catching" warnings | 22 Jul 2008 14:40 GMT | 3 |
There is a function which yields a certain warning (I know the warning message id). I would like to catch that warning and wrap it into a warndlg. How can I "catch" warnings in a similar fashion to error handling with try catch?
|
| Using Matlab Structure | 22 Jul 2008 14:39 GMT | 3 |
This may be a baisc question but it is causing me a lot of headaches. When I use the matlab syntax: i=1:n j=1:n k=1:n
|
| how to insert/delete rows in a matrix without copy the rest of matrix | 22 Jul 2008 14:21 GMT | 11 |
Matlab is very slow add/delete a row in a matrix. It always trying to copy the whole matrix e.g., a = rand(5000);
|
| help required | 22 Jul 2008 14:13 GMT | 2 |
Greetings of the day! I have following doubts in my mind. 1) While training, performance metric is shown in the top of the graph. What does this signifies.
|
| xpc simulink error | 22 Jul 2008 14:02 GMT | 1 |
I am currently working on a project that requires the use of SimuLINK and xPC Target. The setup right now involves two computers, one to run the actual MATLAB/SimuLINK files and the other that has the National Instruments PCI-6025
|
| Saving a Plot | 22 Jul 2008 13:58 GMT | 7 |
Is there a way to save a plot such that it doesn’t put up a plot but saves to a specific file name and location as a .png file?
|
| Return is time-consuming ?? | 22 Jul 2008 13:42 GMT | 2 |
I was profiling my code and I found something really odd. I have a function which is called /billions/ of times during a simulation (276241 times in my testing example). So I was trying to focus on optimizing this function to get the code to run faster. After
|
| saving as csv | 22 Jul 2008 13:31 GMT | 1 |
I am extracting some data from previously made structured arrays and was wondering if i had multiple data items that looked like: Data1 = <1181 x 1>
|
| writing S-Function with C++ for xPC Target Real Time Application | 22 Jul 2008 13:20 GMT | 1 |
I have an algorithm that was realized using C++. I wrote a S-Funciton with this C++ code and it runs off-line in simulink. But my aim is to use it in a xPC Target Real Time Application. I could not do that.
|
| { } ---> [ ] | 22 Jul 2008 12:56 GMT | 5 |
is it possible to grab/convert the value in the cell array? s= {[1 2 3] [3 4 5]} so that it becomes s= [1, 2, 3; 3, 4, 5]
|
| Flexgrid Control is MIssing !! | 22 Jul 2008 12:50 GMT | 1 |
I am using MATLAB 2007a, in my ActiveX Control list Microsoft Flexgrid control is missing. How do i install it ??? Any Help plzzzzz! Thanks !!
|
| state space form solver using ode45 | 22 Jul 2008 12:31 GMT | 1 |
.. the following scenario I have a transfer function in s-space like H(s)=N(s)/D(s). Using the function tf2ss provides me a transfer function in state space form commonly written as:
|
| Window Media Player and activX | 22 Jul 2008 12:21 GMT | 1 |
I'm making a Gui and i have no idea how to get the activeX wmplayer do play movies. Any help?
|
| Matrices | 22 Jul 2008 12:18 GMT | 1 |
Hi, I am a new user of MATLAB and I have a problem to find a way to generate a matrix from a function. In a clearer way: I run a loop with this function: M(i,j) and I want place (for example, supposing i=1:2 and j=1:2) the M(1,1), M(1,2),
|