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 Nikolas83

  1. N

    Matlab timer in Handle function..??

    matlab timer I have a programm,which i construct.. in matlab.. And i am wondering if anyone knows,the syntax of timer..i want the timer count ,when my @handle function is in progress.. I have comfused little bit.. Thanks
  2. N

    Matlab.. Matrices Classes..

    I have a matrix which its class is logical,Do you known which function is to transpose the class of matrix to douple .. logical to douple..? Thanks
  3. N

    Handle Function...?Matlab

    Hello...My problem..is too simple but i cant see the solution..I do an exercise which i need to call the function from command line tou Matlab..For example.. i have 2 matrices .. So1=randint(1,200,[0,1]); Si1= randint(1,200,[0,1]); wx=Si1-So1; ea = abs(wx)...
  4. N

    Matlab Fixed-Point Problems

    This function which i wrote here,it works and it exist (in matlab). but i cant find which parameter i must change to input my matrix or simple array,which is in binary level and transpose in numeric..The program is in matlab.. Thanks for your time
  5. N

    Matlab Fixed-Point Problems

    Hello guyzzzz!! I cant find the way to Convert the binary strings to numeric strings... For Example I have a array 8bit A=[10001010]; and this array i want to convert to numeric strigs via two's complement... The function which i found is the bin2num, but i cant get it..because i try and all...
  6. N

    Matlab Help(Programming [matrices])

    Hello guys.. I have the next programm Ap = zeros(2,2,5); Ap(:,:,1) =eye(2); Ap(:,:,2) = (zeros); Ap(:,:,3) = [0.7 -0.3;0.1 0.7]; Ap(:,:,4) = (zeros); Ap(:,:,5) = [0.7 -0.3;0.1 0.7]; From this programm create 1 3D matrix...
  7. N

    Matlab Programming...(Matrices..)

    Hello.:D I write at the forum with the wish if anyone known the my query of my problem and just if he could tell me the command..with this thinking i was hope to gain time because this query its just a small part of my exercise..and i hane time limit to finished this exrecise.. Also i think the...
  8. N

    Matlab Programming...(Matrices..)

    Hello again.. I want to make an exercise in the Matlab that you could put matrices in a array at this part of exercise I found with the solution with the command reshape, but also i want to become the inversion process of the command reshape.. .that i mean is.. i have 2 matrices A=[4 5 ;9...
  9. N

    Matlab Programming.Help!!!

    Hello..Again I think that my problem isnt solve yet.. Because the matrices have the form below... A = zeros(2,2,3); B = zeros(2,1,3); A(:,:,1) =eye(2); A(:,:,2) = [-1.5 0.1;-0.2 1.5]; A(:,:,3) = [0.7 -0.3;0.1 0.7]; B(:,:,2) = [1;-1]; B(:,:,3) = [0.5;1.2]; and if i try to run with the 'reshape'...
  10. N

    Matlab Programming.Help!!!

    echo47 Thanks a lot..my friend... i think its match in my exercise.
  11. N

    Matlab Programming.Help!!!

    Hello once again… :DI am doing an exercise in matlab programming and I wondered if somebody of you could me help.. I want the matrices that I have in my problem to put them in a line(array).. for example I have matrices A=[2 4; 5 6 ] and B=[4 6 7;6 3 4 ] and i want to put the elements...
  12. N

    Mathimatical type..in matlab..Help...

    what I search i they is after I found the mathematic expression of identity him to transport in the Matlab.. I want to creat 1 m.file that giving it the k that are the number of a (a1+a2+..ak)^ n and giving and the n(power) from and extrac in program the anaptygma of identity.. thanks for...
  13. N

    Mathimatical type..in matlab..Help...

    Hello..guyss... I just found the form of mathematic press and i want too pass it in matlab or(c,c++,)expression... (x1+x2+x3..+xn)^k.. if n=2 and k=2..the type is become to.. (x1+x2)^2=x1^2+2x1x2+x2^2 but this is simple i want this identify with more terms..(more xn)and more (..^) Thanks...
  14. N

    Mathimatical Type...Help..?

    ok..i find the type...if anyone want... just send me a mail..
  15. N

    Mathimatical Type...Help..?

    Hello.. i am looking for the type (x1+x2+x3+.....+xn)^k=..? do you now how its 'continue'..? Thanks for your help..:D

Part and Inventory Search

Back
Top