MATLAB to C Made Easy - R2017a

Поділитися
Вставка
  • Опубліковано 30 вер 2024

КОМЕНТАРІ • 13

  • @kleberzeitounian
    @kleberzeitounian 5 років тому +1

    Hello, I am a student of masters in electrical engineering, I need to learn how to make use of the C files generated in matlab and simulink, but I am finding it very difficult after I export the files, have some example of using code C in Codeblocks or Eclipse.

  • @rayll8579
    @rayll8579 7 років тому +2

    I still dont know how to compile it in matlab

    • @amitpandey2540
      @amitpandey2540 4 роки тому

      Did you get it figured out now. I need help.

  • @joerandom157
    @joerandom157 5 років тому

    I've used it and I'm not impressed. I found it was very buggy. I tried using it on the E310 transmitter (zynq package), and the code is slow and garbage filled due to how much excessive code comes pre-packaged with it.

    • @subinsebastien
      @subinsebastien 5 років тому

      I have had relative success with coder, by matlab scripting, with code-generation as the primary goal in mind.

  • @kiranbacchewar1
    @kiranbacchewar1 4 роки тому +1

    Hello, how to generate .dll file from simulink model?

    • @kiranbacchewar1
      @kiranbacchewar1 4 роки тому +1

      IronPump89 thanks, I found a way to generate. Using the genlib. Tlc settings

    • @vighneshnkp6866
      @vighneshnkp6866 2 роки тому

      Hello. Did you figure out a way to do this? I'm in need of doing that right now and I'm trying to do a basic example. Can you help if you've learnt to do it?

  • @rubenmorenog7223
    @rubenmorenog7223 7 років тому

    Every day this beautiful tool became greatest.

  • @bocckoka
    @bocckoka 7 років тому

    what if you are not allowed to use the standard library due to some restrictions?

  • @judasmasela4459
    @judasmasela4459 6 років тому +1

    Hi. Thanks for the video. I just have one question, how do you integrate the generated C files with an existing project. I followed your steps and I am able to generate the C files, but I am stuck in trying to integrate it with my C project in Eclipse. The code goes into an infinite loop when gets to the function call of the generated file. Thanks again for the video.

    • @kleberzeitounian
      @kleberzeitounian 5 років тому

      tenho a mesma dificuldade, preciso entregar minha dissertação de mestrado e não consigo utilizar o codigo C gerado no codeblocks.

    • @FernandoGonzalez-fj8jg
      @FernandoGonzalez-fj8jg 5 років тому +1

      Did you resolve yor problem?