Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by AILab

  1. A

    How to combine 3 variables into how single scalar value

    Hi, let said now i have a mean and within class scatter matric and between class scatter matrice, how i am going to combine this three things into one single scalar value? any suggestion?
  2. A

    How to convert the mean values with several features values into one single values

    Hi, now i am facing a problems of getting one single value from the mean values which contains several attributes...e.g: mean = 2.3, 3.4, 5.4 , how to convert into one value? by adding all the attributes or any other idea?
  3. A

    [SOLVED] having trouble with neural networks

    Hi, it is the normal the accuracy of recognition using NNs will change for every execution, because NNs use random weight adjustment. So u need to take may be several results and average it.
  4. A

    Can anyone tell me how to use fseek in the matlab

    Actually i have a dataset of 123 1 456 2 789 10 11 12 1 13 14 15 2 16 17 18 2...
  5. A

    Can anyone tell me how to use fseek in the matlab

    for a=ss:es fprintf('%2d-st Session\n',a); for i=1:floor(((Train.total-IniTrain.data)/L)-1); fseek(fid,(i+(L+7.6))*L ,'bof'); % go to the first data of a chunk % Read Additional Training Data AddTrain.num = L; AddTrain.data = fscanf(fid, '%g', [Train.dim+1,L]); AddTrain.class =...
  6. A

    Can anyone tell me how to use fseek in the matlab

    currently i am trying to divide my data to the 30 training data from the data of 31 until 60 as training set and 61 to 90 as testing set and this loop will continue until the end of the data, here is my coding for i=2:floor(((Train.total-IniTrain.data)/L)-1); fseek(fid,(i+(L+7.6))*L...
  7. A

    Can anyone tell me how to use fseek in the matlab

    Hi, i wanted to used the fseek to do the looping in the matlab but, when i use fseek in the matlab, i found that the dataset that fseek point is not correct when i debug the matlab, can anyone tell me how actually fseek working because i try to search online but could not get any useful...
  8. A

    How to debug the problem of Error using ==> fscanf invalid size

    Currently i am doing the feature extraction using matlab, but i face the problem of error using==>fscanf invalid size, but i check so many times there is nothing wrong the coding part. Anyone have suggestion please?Thanks
  9. A

    How to come out with the following matlab coding

    Hi, i am currently doing project using matlab and i am not that familier with matlab coding. How to write a code if i want to have a 30 training data and 30 testing data in batch window and once the testing set is used it will be treat as a training set for the following step. Thanks

Part and Inventory Search

Back
Top