First
|
Prev |
Next
|
Last
Pages: 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539
SimPowerSystems sources Hello! Can you please tell me what data type I need for the elements in the SimPowerSystems. I'm trying to connect a source (from simulink/sources) and none gets connected. The same is valid for a signal from wrokspace. I can only use the elements with the sources given in SimPowerSystems? Thanks a lot! ... 9 Jun 2010 06:25
imwrite hi there, I have a dataset including "jpg" files... data/ model 1.jpg model 2.jpg .. .. model 30.jpg and I would like to read all the images by using "imread" function... but instead of coding like ; img1=imread('./data/model 1.jpg'); img2=imread('./data/model 2.jpg'); .. .. img30=imread('./data/... 8 Jun 2010 10:17
int16 to float conversion..help Im reading data from serial port as int16 class but i could not convert it into float using any of the functions float,cast,typecast. They say that int to float is not supported. somebody plz tell me how can i do typecasting from int16/uint16 to float/double??? Thnx ... 8 Jun 2010 09:09
sets of subsets generated by 'permpos.m' --- looping? Hi there, perhaps, someone can sort me out? Assume you have a set of J objects, and you want to generate all possible (permuted) subsets of size j = 2, ..., J-1 selected from the set of J objects (the subsets should at least contain 2 objects, and the set containing all J objects is trivial) --- I used the "perm... 8 Jun 2010 10:17
Instrument Control Toolbox: Data Transmition problem Hola, Friends! I am a rookie in this work, I hope I could have the honor to get some help from you. Thanks in advance! I need to collect tens of thousands of power traces from Osci, and transmitted them to matlab to make some statistical analysis. In previous work I just use the pen driver to gath... 9 Jun 2010 14:12
Solving Coupled equation of ode-pde in matlab Hiii all, I am currently doing the programming using matlab when i tried to solve the given set of equation which were ODE-PDE coupled equation with certain boundary condition can any one help me out in solving the problem dT/dt = s- aT-BVT del I/del t + del I/del x = -D I(x,t) dV/dt= integration 0 to t(P*I(x,... 8 Jun 2010 05:49
approximate hessian after ktrlink Hi! Does anyone know how I can approximate the hessian from a maximum likelihood after using ktrlink (which is similar to matlab's fmincon) to get the parameters? (this is so that I can get the standard errors). Thank you!!!! ... 8 Jun 2010 05:49
mexing on Mac OS X with g95/gfortran Similarly, does anybody happens to know the steps to mix matlab 7.5.0 with fortran using a Windows OS (win 32), and with fortran compilers either g95 or Silverfrost FTN95? "Ben Abbott" <bpabbott(a)mac.com> wrote in message <ef5bcac.-1(a)webcrossing.raydaftYaTP>... As a mac user who has been less than thrilled with ... 8 Jun 2010 05:49
signed distances from SVM hyperplane Hi all, Using svmtrain/svmclassify I'm returned the class labels. I additionally need the distances from the SVM hyperplane to derive a confidence value for the classification from that, ... So, is there any way to get the distances from the SVM hyperplane? An example how to do this would be great - like e.g... 10 Jun 2010 08:52
Efficient reading of binary complex I/Q values I need to read in a binary file with real (in phase) and complex (quadrature) values of 4 bytes each. Is there a quicker or more memory efficient way of reading them in and converting to real than this? I need to read in very large files and I'm running out of memory before this completes so I'll probably have to a... 9 Jun 2010 02:05 |