First  |  Prev |  Next  |  Last
Pages: 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939
Matlab on Ubuntu 9.1 32bit
Hi there, I've just downloaded and installed "Matlab Students Version 7.1 R2010a" on my laptop Acer Aspire 5542 with Ubuntu 9.1 32bit. The I have is, how do I get the shortcut placed on my desktop and Applications menu? I looked into /home folder and /usr/bin but couldn't find Matlab launcher. I can launch it f... 23 Apr 2010 20:54
One more double exponential fitting issue
Hi all, I'm trying to fit some data with a double exponential function delayed on the x-axis. That is, the double exponential should be zero for x<x0 and then rise (and later decay) with double exponential behaviour. Thus, besides fitting the amplitude and the rise and decay time constants of the exponentials, t... 15 Apr 2010 06:56
Any way to detect mouse click in edit text(uicontrol)
Is there any way to find if the user is double clicking in the 'edit text' box in a gui ... 20 Apr 2010 15:54
How to automatically select all items from listdlg
Hi all I have defined a listdlg. How all items from this listdlg can be automatically selected and continue my rest Matlab script, if there is no mouse click or keyboard action within certain amount of time after this listdlg is activated? Any idea? Many Thanks Yu ... 15 Apr 2010 06:56
Opening a mixed text data file and deleting the last x characters of every line
Hello, I'm trying to open a text file with text and data, and want to delete the last 16 characters of every line. Example: I have: XFOIL Version 6.93 Calculated polar for: NACA 63-415 1 1 Reynolds number fixed Mach number fixed xtrf = 1.000 (top) 1.000 (bottom)... 15 Apr 2010 06:55
Parfor and non-deterministic iid variables
I have a line of code that looks something like this: INCOME=some vector Nx1; weight=some vector Nx1; M=1000; alpha=zeros(M,1); xmin=zeros(M,1); for i=1:M % A random sample from INCOME with replacement and using the weights defined in vector weight. income=randsample(INCOME,N,true,'weights',weight); % A funct... 15 Apr 2010 06:56
Color Image Enhancement Using Brightness Preserving Dynamic Histogram Equalization N
hi i have assignment regarding color image processing so i need code for ""Color Image Enhancement Using Brightness Preserving Dynamic Histogram Equalization"" Nicholas Sia Pik Kong, Student Member, IEEE, and Haidi Ibrahim, Member, IEEE. so anyone help me ... 15 Apr 2010 06:55
Copy vector into matrix
I have a vector that I would like to 'copy' into a matrix. By copy I mean copy the vector n times and store each vector in a row in a matrix. Currently I do: v = [10 10 10]; A = ones(4,3); for i=1 : 4 A(i,:) = v; end but is there a corresponding one-liner for this? ... 15 Apr 2010 06:56
Developing Matlab GUIs and Linking them with C/C++ Programs
Hi, I am aware that Matlab can be used to implement Graphical User Interfaces (GUI). I am just wondering. How to link the GUI in Matlab with C/C++ programs to give a standalone application software? Are there any books and online tutorials for doing this? Are there any specific Matlab libraries and toolboxes which ... 15 Apr 2010 06:55
How do I pass out extra parameters using ODE23 or ODE45 from the MATLAB ODE suite?
Hi to all. I'm following this technical solution posted on matworks website http://www.mathworks.com/support/solutions/en/data/1-196SD/?solution=1-196SD In particular the last part using assignin and evalin. My main function contains this: global counter; counter=1; .. .. .. %ode calling [time,states]=od... 15 Apr 2010 04:49
First  |  Prev |  Next  |  Last
Pages: 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939