First
|
Prev |
Next
|
Last
Pages: 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513
Matlab License Server I am using a site license. The Matlab License Manager does not seem to work behind my home router. When I contacted the site administrator he said that other students had been complaining of the same issue. Is there any particular ports that could be opened on the client side to enable proper communication w/ the MLM? ... 11 Jun 2010 12:33
fuzzy rough sets and neural networks I need fuzzy rough qiuck reduct algorithm code for attribute reduction. ... 10 Jun 2010 23:26
timeout during serial.fwrite in SIMULINK i have a problem with serial writing to a microcontroller through simulink blocks. i'm using "to instrument" block, available in matlab 7.1 version, in simulink. The buffer size is 16384. and the baud rate is 9600. the timeout parameter i have specified is 160. i need to send only 3 values "100, 1 , 150" continuously t... 11 Jun 2010 11:26
Get figures into open office in linux? I'm used to using windows where I can copy Matlab figures and paste into Powerpoint or Word. Now I'm using Linux. I can't see a way to easily get figures into "impress" the open office PPT clone. Do I have to save to files and import or is there another way? I tend to go through a lot of figures, so this is a produ... 10 Jun 2010 21:15
linprog Hil I'm using x=linprog(f,A,b) where x and f are vectors but would also like to set up restrictions on X and F where X and F contain all the rows a=1:58000 in the dataset such that sum( X(1:a,1)) <= some number and sum(X(1:a,2)) <= some number etc... Can someone explain how I would go about setting this probl... 14 Jun 2010 16:14
how to shift and rotate a matrix - nubee There must be an easy way to do this... I need to shift and rotate a matrix i.e. if I start with matrix ... 1 2 3 4 5 6 7 8 9 i'd like to specify how many elements to shift by.. i.e. shift by 2 8 9 1 2 3 4 5 6 7 i tried circshift but now what i want. Is there a command that will do this?... 11 Jun 2010 12:33
HDF5 low-level write: extend and append array I am trying to write single precision 3D array (M x N x K) data to an HDF5 file and need to append the data as a series of new arrays onto an existing dataset within the HDF5 file. From what I have learned so far, this is accomplished by extending the dataset dimensions, selecting the hyperslab, and writing the data to... 15 Jun 2010 16:31
How to extract pixel values of a colored image into an arrayand gavishna shah wrote: ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <206a6ff9-1723-49ab-9285-deedc5adfc2c(a)z10g2000yqb.googlegroups.com>... fullFileName = fullfile(folder, baseFileName); Sure,im pretty clear till this stage.After this will the following statements work out? array=de... 10 Jun 2010 19:02
How to extract pixel values of a colored image into an array Walter Roberson <roberson(a)hushmail.com> wrote in message <hurmul$341$1(a)canopus.cc.umanitoba.ca>... gavishna shah wrote: "gavishna shah" <gavishna(a)yahoo.co.in> wrote in message <hurj40$p1v$1(a)fred.mathworks.com>... 2. i want to convert it into an array of pixels(16 bits) so that i can conve... 10 Jun 2010 19:02
binary image features Hi all... I have binary image... and I want to extract its features and put these features in a vectors... I try Zernike Moment but it is not enough, could you please help me to another features... My goal to find the similar images.. thanks in advance ibtesam ... 11 Jun 2010 15:54 |