How to export data from Simulink to Matlab and how to work with Time Series Structure

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

КОМЕНТАРІ • 25

  • @MingOnUTube
    @MingOnUTube 5 років тому +3

    I hate it when all those online tutorials be talking about so many alternative options and so extra in details that they become unfriendly towards beginner and you sir did a fine job!

  • @Face_the_Reality
    @Face_the_Reality 9 місяців тому

    Great explanation

  • @xiaojietao9966
    @xiaojietao9966 7 місяців тому

    Helpful and straightforward, thanks!

  • @rajibmajumdar_alt7180
    @rajibmajumdar_alt7180 6 років тому +4

    Sir,
    I would like to know, is there any way to export Simulink data to workspace, while simulink model is running i.e . real time data. My basic requirement is to export MATLAB Simulink data to external Application(A windows application made by me, that is TCP socket connection protocol enabled) via, MATLAB's TCP/IP send block, but I can not find any way do it. Hence I am planning to, transmit data to Workspace and then transmit it to my program via command Window's TCP commands. please suggest me the most suitable and easy way to accomplish my task.
    [N.B: My main problem is, I do not know how to read the data from the network socket that is fed(updated) by MATLAB TCP send ]

  • @blownuppumpkin95
    @blownuppumpkin95 3 роки тому

    You saved my ass man! Good luck for everything !

  • @mirtismirtismirtis
    @mirtismirtismirtis Рік тому

    I owe you my life rn

  • @learnwithus-electricalengi7390
    @learnwithus-electricalengi7390 6 років тому +5

    sir, would you please explain abut how to upload workspace to simulink and convert the data to array or matrix

    • @AM-gy3qp
      @AM-gy3qp 4 роки тому +2

      simin fct. lets you import contents from your workspace to simulink.
      example of how to get data on a table by hand (calculating power in that example, where Ampere and Volt are both simout variables) you can also select what output you want in the simout properties:
      A=Ampere.Data;
      V=Volt.Data;
      AV = table(A,V);
      further on to export it to an excel sheet:
      fileName='results.xlsx';
      writetable(AV,fileName);
      winopen(fileName);

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

    very nice

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

    Hello Mr Powell, Thanks for the video. I have an extra question. You are using feedback. When I am using feedback, I am getting an algebraic loop error and I am not getting desired output even after using a delay block. Can you let me know if you have faced this problem and how did you address it.

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

    yes, it was not exactly what i was looking for, but it solved my problem!
    using as array i was limited to a (54x4) vector, what it was a pain, since i need 1000+ positions in line

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

      i mean, array -inherit

  • @ibrahimallafi1460
    @ibrahimallafi1460 3 роки тому

    Hi
    Do you have more videos about MATLAB?

  • @jaibhavani2211
    @jaibhavani2211 3 роки тому

    how i can extract data at specific time like at t=20 minit what is v value is it doable?

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

    Vielen Dank !

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

    r 2019b ?

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

    excellent! Thanks for the tip!

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

    Thanks a lot!

  • @khalidhamada2685
    @khalidhamada2685 3 роки тому

    THANK YOUUUU

  • @derghamahmed8910
    @derghamahmed8910 6 років тому

    Thank you sir

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

    Very informative video. However, the volume of the audio is very low and I can barely hear what you are saying.

  • @niveyoga3242
    @niveyoga3242 6 років тому

    Thanks bro!

  • @100d2h
    @100d2h 6 років тому

    Hello I love you