First
|
Prev |
Next
|
Last
Pages: 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437
gui application i have developed a program based on gui application but nw i need to convert it as an executable file please help me if anyone knows ... 29 Dec 2009 10:46
Can I compile C-mex files in Matlab v7.1 with Visual Studio v9? Dear all, Can I somehow trick my Matlab v7.1 to believe that my Visual Studio Express v9 is a v7? Visual Studio v7 does not seem to be available online (although v8 is). "mex myfile.c" doesn't work when I select [11] or [12] below. EDU>> mex -setup Please choose your compiler for building external interface (ME... 28 Dec 2009 05:17
advantage of chebyshev filter over butterworth Hi, can anyone explain briefly the advantage of chebyshev filter over butterworth or other time domain filtering technique. All i know is chebysehv has better attenuation in pass band than the butterworth while it has ripples in stop band on the down side. Thanks in advabnce. ... 28 Dec 2009 04:12
Generating sub-matrices There is a matrix, in which size of matrix is 8-by-9. By combinatorics, I could have 8C6 = 28 different ways of picking six conditions randomly from a group of eight. Indeed, X is a data matrix and I tried to generate 28 different sub-matrices (subsets of the data), a(i). As you can see, I chose these two functions ... 28 Dec 2009 01:00
cash on delivery louis vuitton shoes versace sneakers puma men trainers creative recreation shoes cheap nike shoes,sneakers( www.realcheapclothing.com ) cheap nike kid,women shoes ( www.realcheapclothing.com ) cheap Jordan Force Fusion shoes,( www.realcheapclothing.com ) cheap Jordan 16.5 Force Fusion shoes ( www.realcheapclothing.com ) cheap Jordan 9 Force Fusion shoes ( www.realcheapclothing.com ) cheap... 27 Dec 2009 20:41
genvarname doesn't work "Steven Lord" <slord(a)mathworks.com> wrote in message > Yes. A = 'AB'; nvariables = 5; clear c [c{1:nvariables}] = ndgrid(A); A3 = repmat(' ', numel(c{1}), nvariables); for k = 1:nvariables A3(:, k) = c{k}(:); end Or, if you don't like comma-separated lists and don't mind the combi... 27 Dec 2009 16:17
Transportation problem Hello! I'd like to ask you, is there any good tool in matlab or is there some good toolboxes to solve transportation problem? I know well it can be done with linprog, but the task is too complex: we have about 60000 "mines" and about 50 "factories". And using linear programming is impossible even for 5000 "mines" and... 27 Dec 2009 15:12
suppress repetition in an array without using unique function Hi, I want to supress repetition in an array but I don't want to use unique function, I wrote this piece of code, but I think that there is a better way to optimize it and use much less loops: "b=[0.23 0.78 0.45 0.23 0.89 0.45 0.78] for i=1:length(b)-1 for j=(i+1):length(b) if b(i)== b(j) ... 29 Dec 2009 09:40
How to the Poisson solver poisolv for an image Hi all, I need to solve a 2D poisson equation for an image in MATLAB . Assume that I need to determine an image Im with size MxN. I can estimate its laplace F (size MxN). How to use MATLAB to reconstruct Im. In MATLAB I see there is a function u=poisolv(b,p,e,t,f). Could you tell me how to pass the parame... 27 Dec 2009 09:45
error messages for doing compliant to embedded function I am transforming my m file for compliant to the embedded matlab function. but I didnot solve that error messages : t=0:comp_range*comp_ratio/comp_range:comp_range*comp_ratio; message : Operands must be constants. "but these operands are inputs of the block and this is the real time application, so they must c... 28 Dec 2009 18:29 |