| Thread | Last Post | Replies |
|
| ask Matlab for the type of an object | 24 Jul 2008 16:44 GMT | 3 |
many languages has functions to determine wich is the type of a given object. For instance, in Python I have `type`
>>> type(['a',3]) <type 'list'>
|
| About the stability of PDE splver | 24 Jul 2008 16:40 GMT | 4 |
I am trying to solve a parabolic PDE with a variable cofficient. This is the form of my PDE: (du/dt)=A(t,x)*(d^2 u/ dx^2)+ b*(du/dx)+c*u
|
| return x-y coordinates using mouse | 24 Jul 2008 16:35 GMT | 2 |
There used to be a function called mmcxy that returned the x-y coordinates of a mouse. Is there a new function that does the same thing or do I have to write one on my own? Thank you
|
| Saving a cell array to text file | 24 Jul 2008 16:16 GMT | 8 |
Is there a way to save a cell array to a text file?
|
| plot 3D graph | 24 Jul 2008 15:57 GMT | 3 |
I am new in Matlab figures. I would like to plot gray-scale 3D graph by using the following commands: deltax=20/150;
|
| machine cheat | 24 Jul 2008 15:29 GMT | 2 |
Say pieces on a board, make each piece a pair with another piece. like...
|55|33|66| |44|66|55| |
| mxCopyPtrToCharacter Error | 24 Jul 2008 15:00 GMT | 2 |
I use 'mxCopyPtrToCharacter' to copy a string (5 characters) from Matlab to Fortran, but it can only copy the first character of the string. Could anyone give some suggestion?
|
| Creating a large Matrix | 24 Jul 2008 14:24 GMT | 8 |
I want to create a matrix of dimensions m x n with m = 2000 and n = 4000. How can i do it without having to write whole of it manually. Please help me out with this.
|
| directory permissions | 24 Jul 2008 13:41 GMT | 1 |
I am writing a script that needs to know if the current user has permission to write to a particular directory. I am using "fileattrib" to determine owner, group, world permissions for the directory, but I am stuck on
|
| imag and real don't work | 24 Jul 2008 13:37 GMT | 4 |
I am sure this must be a simple thing, but it is doing my head in!!! imag and real don't work for me see below:
>> real(0.0116 + 0.3333i) ??? Subscript indices must either be real positive integers
|
| find elements to include page indices | 24 Jul 2008 13:36 GMT | 16 |
I have a matrix of size [1,16,50] and want to find the positions of the non-zero and zero elements within. I have been using find but this only either gives linear indices or row and column indices. I want it to include page
|
| Stand Alone | 24 Jul 2008 13:35 GMT | 6 |
I am trying to use the deploy tool to create a stand alone application. I follow the steps i have seen on the matlab tutorials. I see in one of the tutorials the instructor can click on the EXE file after matlab Builds the project.
|
| Struct arrays? | 24 Jul 2008 12:59 GMT | 2 |
Hello, I am using a function that returns a struct array. But I have no idea how to get at what is inside. Here is what matlab tells me if I type the variable name, and do a "whos" on it: ----------------------------------------------------- EDU>> OPTS OPTS =
|
| how to implement PSD | 24 Jul 2008 12:48 GMT | 1 |
Hello, I'm trying to implement a customized Power Spectral Density (PSD) function in a Simulink model. Is there any way to do it? Thank you.
|
| oes the matlab2008a not support 'fi' function in GUI when using mcc command? | 24 Jul 2008 12:46 GMT | 1 |
does the matlab2008a not support 'fi' function in GUI when using mcc command? i design the dffd.fig and dffd.m. there is a function 'pushbutton1_Callback(hObject, eventdata,
|