First
|
Prev |
Next
|
Last
Pages: 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697
Call for Paper, Special Issue on Cognitive Information Processing Please consider this call for papers and/or forward to colleagues. Call for Papers: Special Issue on Cognitive Information Processing Majlesi Journal of Electrical Engineering; March 2011. ================================================================ Topics of interests include, but are not limited to, the fo... 16 May 2010 11:20
matrix conversion Hello, I would like to convert a m x n x 9 matrix into m x n x 3 matrix. May anyone kindly assist me in doing so. Best Z ... 16 May 2010 16:49
tiled texture mapping Hi, i want to create a texture map for my umages on a sphare, but it does not working . i try to do that, but it draw only half of the image on the sphare: clf; load topo [x,y,z] = sphere(1000); %h = surface(x,y,z,'FaceColor','texture','Cdata',topo) C = imread('image.png'); h = surf(x,y,z,flipdim(C,1... 16 May 2010 09:10
kalman filter please explain following code.. seed=9; rand=(state,seed); randn=(state,seed); ... 16 May 2010 11:20
simulink model parameters for building exe Hello everyone! I have a Simulink model that consists of several subsystems. Each subsystem contains a component of model and can be treated as a kind of submodel itself. I want to compile my model with rsim target to perform number of simulations with different model parameters. Is it possible for each subsystem to... 16 May 2010 09:10
rand function can anyone plz explain the code..(function) seed=9; rand(state,seed); ... 17 May 2010 08:00
format a string in a listbox Hi all I tried to print different strings with exactley the same length. So when I try to print them one under the other every word has to start at the same position as one above. In this example "test" is not under "try ..." This example could show you my problem: str_listbox1={sprintf(' %s %s %5.1f ... 16 May 2010 10:14
Simpson's 1/3rd Rule and 3/8th Rule hi.. Can you please please please help me about how to do these integrations in Matlab?? what is the difference in matlab commands for them? which commands are related to these types of integrations? and how to use the "quad" command??!? meanwhile, is there a simps command in new versions of Matlab? i have R2008a ... 16 May 2010 17:55
executable on multiple platforms If I make an executable with Matlab Compiler on a windows pc, can someone run this program on an other platform if they have the MCR for that platform? Which files do they need for that, only the .exe and the .ctf? ... 17 May 2010 10:12
Nonlinear regression help Hello all, I need your help for a nonlinear regression problem. I have a function y=f(x1,x2). I have estimate a linear regression y=c+a*x1+b*x2 using the following commands X = [ones(size(x1)) x1 x2]; [b,Ibeta,res,Ires,stats] = regress(y,X,0.05) and i have estimated c,a,b (Hope i have no errors so far) Now i w... 19 May 2010 03:54 |