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 pardal

  1. P

    HELP; Matlab --> C conversion

    The hard true is "No". Don't let you fool with product names such "Compiler". Currently (after R13) the so called "compiler" is a misleading designation because what it realy is, is an encripter. It encripts .m code which therefore runs slower than the original.
  2. P

    image processing in c++

    No, you cannot. The so called "compiler" is not a compiler, it produces encrypted files not C versions of the m files. Try and see.
  3. P

    "statistical digital signal processing and system m

    Re: GUI Change it to whatever you want. As long as it is a lower case name. PS1. It would have been faster to have already tryed it than to to repeat the question here as well as in the Matlab forum. PS2. If you want to insist on meaningless names like "gui" that is your problem.
  4. P

    "statistical digital signal processing and system m

    Re: GUI Hi, Don't exactly recall until whichML version this very bad bug existed but it looks you werecaught by it. Compiled versions didn't like upper cases callback functions names. So rename your AAA (BTW, a very poor name choice) file to something more of ML taste
  5. P

    Converting from Matlab to C

    Not if you are using V7. The true compiler died at V6.5
  6. P

    image processing c source

    This a very good one https://sourceforge.net/projects/opencvlibrary/
  7. P

    Sperm digital image processing

    See the Matlab Image processing demos. They have an example of detecting rice grains. I bit more sharp as a shape than your fishes, but not so mutch.
  8. P

    Reading a 3-D image in Matlab

    Re: reading a image Why imread does not work? What is your image format?
  9. P

    If earth revolves faster

    What speed? Angular velocity or linear velocity? Remember that v = w X R
  10. P

    convert demo to exe file

    Well, I guess that if you are asking probably you can't. For that you need the ML compiler toolbox. And even with it, it depends on the ML version. With R13 compiler, an awfull number of things may go wrong. With the R14 compiler you can, but: 1. It doesn't run faster 2. If you want to intall it...
  11. P

    How to read *.txt using Matlab?

    Re: read *.txt by matlab Your question is not clear. .txt is a stupid default windows extention. It is used to either to save files with numbers or text. If the file has numbers (the same number of fields per line), than rename it to .dat and just use the load command, e.g. load your_file.dat...
  12. P

    Need tutorial on using GUI with Matlab

    Re: GUI with Matlab Hi, GUIDE is quite useful not only for the design standpoint but also regarding functionality. For each created uicontrol (buttons and others), it is created also a callback function that is executed when you activate the uicontrol (generaly speaking, when you click on...
  13. P

    Is FORTRAN language still used ?

    Re: FORTRAN If that comforts you (or not), meteorologic forcasts are still computed in fortran.
  14. P

    HOW TO UPGRADE MATLAB.ISE,EDK,SYSGEN,CHIPSCOPE,etc

    Well, I don't know about the others but regarding ML you can have multiple versions. Just install it and you'll see that it won't ask you to uninstall previous versions.

Part and Inventory Search

Back
Top