Since 5/20/2012 4:41:34 AM, vedenev.maxim has written 3 articles and participated in 305 conversations. vedenev.maxim signature: vedenev.maxim
vedenev.maxim's articles:
Items(3) /1
2d gas048 (6/16/2009 4:22:57 AM) comp.soft-sys.matlab It is not question. I just what show code that simulate 2d gas: http://www.mathworks.com/matlabcentral/fileexchange/24433 Small video here: http://www.youtube.com/watch?v=PDRt5BQ4UUw ... vedenev
Interesting: crossection of 4d cube036 (12/12/2008 11:24:32 AM) comp.soft-sys.matlab See move made in matlab: http://www.youtube.com/watch?v=ikYQ8s4ceSI It is crossection of 4d cube with hyperplane. The hyperplane is 3d so the crossection is 3d body. The hyperplane moves smoothly allways cros... vedenev
dj toolbox040 (11/8/2008 6:08:41 AM) comp.soft-sys.matlab I want to make toolbox for matlab for musicians. It will generate sounds and will be sequencer ect. See details here: http://dj-toolbox.9f.com/ ... vedenev
any whichPlus?123 (9/11/2012 2:08:08 AM) comp.soft-sys.matlab It appears function "which()" cannot find a file when its fullpath or partial path is specified.
I want to get the full path of a mat file specifying a partial path. I though using function "which()" for th... bertrand.removethis(8)
solve differential equation #3240 (9/11/2012 12:07:07 PM) comp.soft-sys.matlab I got a problem to find variables m&s.
a=[0.2;0.5];
x_i=[0;1];
syms m s F_L=1/2+1/2*erf((log(a)-m)/sqrt(2*s^2));
L=F_L.^x_i.*(1-F_L).^(1-x_i);
L_s=sum(log(L));
dm=diff(L_s,m);
ds=diff(L_s,s);
[m... vicky_tsc(1)
determine when imrect is changed138 (9/11/2012 3:34:10 PM) comp.soft-sys.matlab I have an image routine that grabs a frame of camera data and displays it with imshow(). I use imrect() to highlight a region of interest for processing. I wan the user to be able to move or resize this box. Wi... alphatozetaREMOVETHIS(26)
Help with Bifurcation127 (9/11/2012 8:19:08 PM) comp.soft-sys.matlab Hi,
Does any one have an idea on how to plot the bifurcation diagram for the equation
x(t)=x(n)+(t-n)*r*x(n)*(1-x(n)), t \in [n,n+1),
It's a mix between continuous and discrete equations.
Any help is reall... findingsanaa(123)
Grouping of raw data1029 (9/12/2012 1:24:08 AM) comp.soft-sys.matlab Hie,
I have raw data ranging from a score of 1 to 100. How do I group the raw data. For example :
Score: 1 - 10
Output : 10 students
Score 11 - 20
Output : 8 students
Score 21 - 30
Output : 9 s... salvinder(8)
Derivative of a function #2132 (9/12/2012 3:45:08 AM) comp.soft-sys.matlab Hi,
I have a function of single variable 'x'. I need to find the derivative of this function and use that derivative to minimize the function. I am basically doing this to minimize the function using Bisecti... VARUN
4 connected component229 (9/12/2012 4:17:15 AM) comp.soft-sys.matlab Hi All,
Could some one help me out in solving 4 connected component which has
0100
1001
0100
1001
In which 1 is replaced with a variable which pops up a value or (image) and 0 has no value in it.
Ne... badrisandeep(1)
solving coupled harmonic oscillators using ode45314 (1/30/2013 12:10:08 PM) comp.soft-sys.matlab Hello everyone,
I'm trying to solve the problem of three coupled oscillators using the ode45 solver:
||||---------o----------o-----------o----------||||
The problem that I have is that the system is di... soxleth(2)