| Thread | Last Post | Replies |
|
| opening window matlabrc | 28 Jul 2008 10:06 GMT | 1 |
Whenever I open Matlab (2008a) I get a message in the window that says: " Warning: Executing startup failed in matlabrc. This indicates a potentially serious problem in your MATLAB
|
| difficulty with working with scopes? | 28 Jul 2008 08:17 GMT | 1 |
I am new to matlab and I am using simpower to workout a simple electrical circuit. I have created a new file and in which I have used electrical source:voltage source and a scope from simulink.
|
| Functions inside Simulink? | 28 Jul 2008 08:09 GMT | 2 |
I have a Simulink model and needs to solve a cubic equation (Val der Waals equation solving for number of moles), take one of the roots and feed it to the next simulink block. So far the cubic function yields one real and two imaginary
|
| how to create and update a matrix in GUI ? | 28 Jul 2008 05:04 GMT | 2 |
Hello again guys, Anyone knows how to create and update a matrix or vector using GUI ?? Thanks, looking foward for answers...
|
| How to plot in GUI data inserted by edit box? | 28 Jul 2008 05:01 GMT | 1 |
Could you guys help me to figure out how can I plot (in GUI) some data points inserted in a edit box (or table) after confirm by pushing a button?? I wanna build a GUI that I can insert data point and confirm
|
| student version limitations | 28 Jul 2008 03:43 GMT | 1 |
Where can one find the limitations of the student version of Matlab? Are there memory limits in the student version of matlab R2007a, on the Mac? Please just reply here, or remove 2 of the 5's (only use
|
| Order of Eigenvalues | 27 Jul 2008 23:02 GMT | 1 |
To begin, I fear that my question shows a complete lack of understanding of the mathematics behind the problem, but I guess that is why I am witting to this forum. I am attempting to solve for the fields inside periodic
|
| how to plot a curve determined by equation | 27 Jul 2008 22:15 GMT | 2 |
I have a known function F(x,y), I know that the equation F(x,y)=0 determines a closed curve in x-y plane. How do I plot it in Matlab? For instance, F(x,y)=x^2+y^2-4. How to plot curve x^2+y^2=4
|
| random value generation | 27 Jul 2008 22:04 GMT | 11 |
i am trying to generate an arbitrary number of random variables on some specified interlave [a,b] where a = 1e-5 and b = 1e-1 the suggested method from matlab:
|
| Listbox mousedown problems | 27 Jul 2008 21:12 GMT | 12 |
Ok, I give up... I can't even begin to list all the dozens of things I've tried to make this work, but this problem is fighting back like I killed its pet hamster.
|
| simulated annealing - outputs | 27 Jul 2008 21:07 GMT | 1 |
I am using Matlab's simulated annealing functionality (simulannealbnd) to optimize a custom function, with the objective of locating the 'variable' or 'parameter' (vector) that results in the function value minima.
|
| continuous time fourier transform | 27 Jul 2008 21:03 GMT | 2 |
I have a signal x=(t>=-1)-(t>=1) which is rect(t) signal. I tried to use: X=fft(x); plot(w,X)
|
| griddata help | 27 Jul 2008 20:38 GMT | 2 |
Hi, I have these two vectors: lat (of size 31x1) and lon (of size 53x1). I also have the data (of size 53x31). I need to do some interpolation of this data for this I do the following:
|
| Save trial data | 27 Jul 2008 20:02 GMT | 2 |
function y=Sample(subjectName) white= [255 255 255]; mainBGC= white; whichScreen= 0;
|
| How to read text file using mexfunction and f90 | 27 Jul 2008 18:28 GMT | 2 |
I have another problem about read data using mexfunction. I have data as part_coords.in file and I need to read these data using f90 mexfunction. How should I do? My data have 4 columns and user-defined row. I already did like this
|