First
|
Prev |
Next
|
Last
Pages: 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546
Help! Cannot start MATLAB in Fedora 8 help! My MATLAB r2008a is installed at "/usr/local/matlab2k8a/". I start MATLAB from the terminal: [root(a)localhost matlab2k8a]# matlab There is an error: /usr/local/matlab2k8a/bin/glnxa64/MATLAB: symbol lookup error: /usr/lib/libXp.so.6: undefined symbol: _ZTVN8EasySoap16SOAPHTTPProtocolE what's wrong with... 24 Apr 2008 23:48
MATLab and Database Hello, I am stuck with this problem for last few weeks. I have the codes to connect to the database and then import data from there to MATLab workspace. then I performed some calculations and now I need to save this data to another table in the same database. again, i am using same connection (as i have the connection... 22 Apr 2008 05:32
STRUCT vs CELL ARRAY: Who's faster! Hi! I have several matrices (say M matrixes) indexed for a certain set (let?s called set T), with a total of M*T matrixes. I want do put the M*T matrices organized in a unique data stucture. Can anyone tell me the best way to do so? Like, should i use struct or cell array. Who's faster when accessing data? ... 21 Apr 2008 05:06
Read a *. File Hello Everyone: I have a problem with a m file that I'm not able to read: it starts as V1MCC4000MEC1000MCR1000x and that follow with ›??]?HA?b�d==?<?8~?#‡???`?—,/–????‡???>?$hp?? and so on.. pleas help me. Daniele. ... 18 Apr 2008 13:26
ode45 question - solution to differential equation Hello.. wondering if anyone can help out. I'm trying to solve an ode final value problem. So for e.g. solving dydt=f(y,t) for t0 (initial time) to tfinal (final time) with y(tfinal)=yf. I tried solving backwards in time using tspan = LINSPACE(tf1,t01); ode45(@(t,Y) odefun(t,Y,vars),tspan,yf); So my times... 17 Apr 2008 21:18
SBML support in SimBiology Can only add my experience and cry for help: After I managed to use SimBiology to manipulate an existing SBML model (Teusink(a)al from JWS database) and exported the results into SBML, neider COPASI nor CellDesigner nor (the less famous)SBML-PET could read my file, while they don't have problems with the original o... 11 Apr 2008 08:41
@bloomberg/fetch in Datafeed toolbox I want to extract historical intraday price bars from Bloomberg for a number of US stocks. It appears that @bloomberg/fetch.m function in datafeed toolbox gives me bars only for the whole day and does not let me specify period within the day I'm interested in (e.g. minute bars from 9:30 to 9:40). When I modif... 3 Apr 2008 13:27
matlab code for quantization My project is on steganography...so can u just mail me matlab code for quantization that needed in jpeg compression its very urgent..... i just need quantization code....... ... 1 Apr 2008 15:40
matlabpool problem Hello, I am running Matlab 2007b on Linux with 8 (2 quad-core) processors. When I run matlabpool, I get the following message: Submitted parallel job to the scheduler, waiting for it to start. Performing parallel job cleanup... Done. ??? Error using ==> distcomp.interactiveclient.pGetSockets>iThrowIfBadPara... 1 Feb 2008 00:47
MEX Authentication file read Failed -- SOLVED "steven pav" <spav(a)ucsd.edu> wrote in message <ef5ae95.0(a)webcrossing.raydaftYaTP>... steven pav wrote: I am compiling a simple matlab file to a library, then compiling it with MPI using MPICC. It compiles and runs. However, it gives me the error MEX Authentication file read Fail... 25 Jan 2008 20:40 |