First  |  Prev |  Next  |  Last
Pages: 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550
creating variables in function from strings
I've been looking for a way to read invariables from a function using varargin in such a way that I can reference the same variables in the called function to evaluate a function. for example %Base program func = 'var1*var2*sin(x)' back = fun(func,var1,var2) %Function called function [bac... 6 Jun 2010 20:34
Voronoi Polygon Areas
> I have not yet figured this out. Anybody who has used matlab for vornoi areas before, please feel free to chime in. Hi Dave! I have the same problem, and I think that I found (partial) solution. If variables x and y define the vertex pairs, try with the code: [c, f] = voronoin ([x, y]); af = zeros (size(f)... 6 Jun 2010 20:34
compiler toolbox help: processor mismatch
Hello! I have the following computer installed with Matlab and the compiler toolbox: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz 2.39 GHz I ran MCR installer and the produced exe file on a computer with four processors: x86 Family 6 Model 15 Stepping 11 GenuineIntel ~ 2394 MHz. Then I got an error: The installat... 6 Jun 2010 19:27
Matlab Crashes! Sempron
"Adam " <rogalik.nospam(a)ime.pw.edu.pl> wrote in message <frb8ka$1a4$1(a)fred.mathworks.com>... Hello! I have the same problem but I have double core Intel Pentium 4 CPU 3.20GHz. Any suggestion? Thanks Adam R Hello! I also have the same problem but I have the following com... 6 Jun 2010 19:27
how passing arguments (matrix) from java to matlab
hi.. I connect java to matlab by using JMatLink, the connect is done, Now I want to send argument from java to Matlab,,, can any one help me. thanks ibtesam ... 6 Jun 2010 19:27
Is there possibility to use ezplot function with fill or patchfunction?
Roman Abramov wrote: Hi! I have a question. Is there possibility to use ezplot function with fill or patch function? I have two lines on my graph, which were created by ezplot function and i want to fill area between these lines, and also make this area half-transparent. How can I do in Matlab? I suggest... 6 Jun 2010 19:27
Is there possibility to use ezplot function with fill or patch function?
Hi! I have a question. Is there possibility to use ezplot function with fill or patch function? I have two lines on my graph, which were created by ezplot function and i want to fill area between these lines, and also make this area half-transparent. How can I do in Matlab? I suggest that it can be done by get(h,'xdata... 6 Jun 2010 19:27
HMM problems
i know for a HMM need to solve three problem i have this parameter: o=3; q=3; init SMatrix(1*3) , trans Matrix(3*3), emis Matrix(3*3) ----------------------- in the HMM toolBox of this site i have this code: http://www.cs.ubc.ca/~murphyk/Software/HMM/hmm.html 1)learning T=10; nex=20; data = dhmm_sample(i... 6 Jun 2010 18:16
Simple file I/O in Simulink S-Fcn not so simple
It would be nice to be able to find a simple S-Function I can use a a template to output some results from Simulink dlmwrite("c:\\temp\\testme.txt", uPtrs, "-append"); OR csvwrite('c:\\temp\\testme.txt', uPtrs); = unresolved external symbol xxxx FILE * fid; fid = fopen("C:\\temp\\testme.txt", 'a')... 10 Jun 2010 00:12
Eigen value decomposition
Hi: Can anyone tell me under what conditions the eigen value decomposition of a matrix yields unique eigen value matrix and eigen vectors? Any kind of help will be appreciated. cheers ... 6 Jun 2010 19:27
First  |  Prev |  Next  |  Last
Pages: 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550