First
|
Prev |
Next
|
Last
Pages: 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295
mwcomutil 7.13 help hello, I am currently using MATLAB2010a and Visual Basic 6.0 in my project. I want to use some of my programs written in Matlab in VB. So I was able to generate ".dll" file from ".m"file.Then the ".dll" file was added into the references. When I run the VB codes in windows xp, it can be ok. But if it was applied ... 11 Jul 2010 05:04
problem on C++ Shared Library "John Reilly" <jrhokie1@_NOSPAM_yahoo.com> wrote in message <ef53bb6.0(a)webcrossing.raydaftYaTP>... Hi Jeff, The documentation clearly says: After you call mclTerminateApplication, you may not call mclInitializeApplication again. No MathWorks functions may be called after mclTerminateApplicatio... 12 Jul 2010 10:41
Calculate whether a point is above or below a plane Does anyone know an efficient algorithm to check if a 3D point lies above or below a plane? I believe Yamaguchi has an algorithm, but I am not sure if it can be implemented into Matlab efficiently. Tx. ... 12 Jul 2010 15:09
Gucci sale-Gucci outlet store-Cheap Gucci Bags-Handbags,40% off,Free Shipping Tax Free! welcome to our website:http://www.guccisaleoutlet.com/.Gucci sale outlet store online Sells Cheap Gucci Bags/Gucci Handbags/with Accessories,40% off, Free Shipping.The Complete Gucci Sale online:Gucci Bags/Handbags/Sunglasses/Wallets etc,available in all kinds of Styles,colors Gucci 2010 included! ... 11 Jul 2010 00:46
Gucci sale-Gucci outlet store-Cheap Gucci Bags-Handbags,40% off,Free Shipping Tax Free! welcome to our website:http://www.guccisaleoutlet.com/.Gucci sale outlet store online Sells Cheap Gucci Bags/Gucci Handbags/with Accessories,40% off, Free Shipping.The Complete Gucci Sale online:Gucci Bags/Handbags/Sunglasses/Wallets etc,available in all kinds of Styles,colors Gucci 2010 included! ... 11 Jul 2010 00:46
An exact simplification challenge - 93 (hypergeom/polylog nightmare) Hello, Overnight, I had been tortured by a nightmare. I dreamed that I was trying to simplify the following, in vain!.. -8+2/3*Pi^2-6*ln(2)^2+8*ln(2)+8*2^(1/2)+4*ln(-1+2^(1/2))- 4*ln(1+2^(1/2))+4*2^(1/2)*ln(5-2*6^(1/2))*ln(2)-4/3*2^(1/ 2)*Pi^2+6*ln(1+2^(1/2))*ln(2)-2^(1/2)*ln(-2+6^(1/2))^2+2^ (1/2)*ln(2+6^(1/... 11 Jul 2010 09:21
Graph axis I made a graph, which represents the power consumed in a house in each minute. So when i do this: plot(x,Power(x)) I get a graph whose x axis varies from 0 to 1440 (=24*60). But I'd like the graph to show that the x axis range goes from 0 to 23. Is there any way to do that? Message was edited by: Fernando... 11 Jul 2010 17:05
OFDM in rician fading Hi guys, I need to simulate BER of a simple OFDM in rician fading. "Not sure with rician fading" Need your help!!! guys Thanks! ... 10 Jul 2010 23:41
Simple fitting problem Hi All, I am having trouble with fitting. Here's a simple version of what I am trying: clear all x=[1:100]; y=0.1*sin(x)+2; s = fitoptions('Method','LinearLeastSquares','Lower',[0 0]); ffun = fittype('a*sin(x)+b','coefficients',{'a','b'},'independent','x','options',s); f=fit(x',y',ffun) And here's what I ... 15 Jul 2010 18:43
plane equation with a radius Hi, Can I ask another question? If a vector can be obtained from the 2 points, how can I define a circle which lies on a plane perpendicular to the given vector with a circle's center point c and the radius r. Thank you. Junghyun ... 11 Jul 2010 20:27 |