First
|
Prev |
Next
|
Last
Pages: 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919
Launching matlab remotely via ssh on Windows? Impossible? Howdy, I am trying to batch run matlab remotely on a few windows vista computers that have OpenSSH installed via cygwin. I've read the docs, this blog post http://blogs.mathworks.com/desktop/2010/02/22/launching-matlab-without-the-desktop/ searched google and this newsgroup, and tried all the matlab command lin... 18 Apr 2010 06:29
Run Matlab R2007a on windows 7 Hi, What do I have to do to get MATLAB R2007a help working on Windows7 Ultimate? I have installed MATLAB R2007a using classic theme on Windows7 Ultimate. MATLAB runs fine in this theme. However, when I run MATLAB help, MATLAB stops working... Does anyone knows how to fix this? I have tried instaling jre1.5_... 18 Apr 2010 06:29
frequency harmonies change? Hi everyone... I take an audio signal and make to him Discrete Cosine Transform in order to recieve where the signal information is concentrated - it's tends to be concentrated in a few low-frequency components of the DCT. No I want to take some frequency harmonies and change them by other audio signal - like inser... 18 Apr 2010 05:25
entering only charachters in edit box in gui hi theer... i have created a figure in gui...and have placed an edit text on it...i want that it should only accept charachters & not numbers or any other symbols.... can u plzz tell me what is the code for it... thx... ... 18 Apr 2010 05:25
Request for SART(2-d) code I am a 3rd year graduate doing an elective course on Computerised Tomography . I need the matlab code for SART which I would be using for my report on various image reconstruction techniques. Finding your posts in Matlab central newsgroup I think I can get the code here . Please do reply me with the code for S... 18 Apr 2010 04:15
passing objects to method I want to pass elements of an array of objects of type A to a method of class B. The method will use properties of A and properties of B and set values of other properties of B as its output. Whats the syntax for this? I keep getting an error saying that theres an illegal number of input arguments? Thanks. RC ... 20 Apr 2010 15:57
Question about a detail in the m.function EDGE Hi, I wonder why the possible width in the Canny edge detector in the m.function 'edge' is 1:30? Why 30? and what will be different if I change 30 to other value, i.e less than 30? And what the pw do anyway? Here is portion of the edge code for the canny from the image processing toolbox " % Design the fi... 25 Apr 2010 03:17
find the sum of besselh function I need to find a sum of besselh(nu,K,Z) where nu from -inf to +inf. I typed symsum(besselh(n,2,beta*a),n,-inf,+inf) But encountered an error: Arguments must be numeric. Thus, I have no idea how to find this sum, could anyone help me out?? Thanks! ... 23 Apr 2010 20:58
Convert C array into mxArray Type Hello, I am trying to send data from C++ using Matlab's engine libraries. This might be fairly a simple question but I couldn't figure it out. I wonder how an array of double may be converted into an mxn Matlab array when it's sent to the Matlab's workspace. Is this automatically handled by Engine libraries ... 18 Apr 2010 04:15
Mark rectangulars in picture Hello there. I have a picture 500x500 and i want to mark the bounds of some rectangulars . Does anyone have any idea about how can i do such thing?? ... 27 Apr 2010 09:52 |