How to Bring Data from MATLAB Into Simulink | Hear from MATLAB & Simulink Developers

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024

ความคิดเห็น • 14

  • @canberkmentes217
    @canberkmentes217 11 หลายเดือนก่อน +2

    There is no link in the description of the video, in order to download the code???

  • @thesparkingwire
    @thesparkingwire ปีที่แล้ว

    How to get data input during a function to base workspace so that we can use that in simulink?

  • @DewanggaPrabowo
    @DewanggaPrabowo 4 ปีที่แล้ว +1

    hello I have a question about using a from workspace in simulink
    so in workspace I have signal value and signal timestamp. I want them both to be inputted into simulink
    What I already did is, create a structure like variable.signals.values/dimension/time
    after that I already input variable onto the parameter data on the "from workspace" parameter and onto the parameter configuration box
    but the error that I always get from running the simulation is this magic word :
    "External input specified in the Configuration Parameters dialog box on the Data Import/Export page (or as an option to SIM command) to a model containing no root level input ports"
    I've been paying so much time to search for this solution, so I need some serious help over here =(
    Thanks in advance... =)

  • @sadiaumer949
    @sadiaumer949 4 ปีที่แล้ว

    HI, If I have an EOM as 4mu''+15cu'+3ku=12cz' where m=mass, c=damping & k=stiffness, u =response, and z=input displacement if z=Zsin(omg*t), Z=amplitude of input, then how I will give input to simulink?

  • @drirfankhan2073
    @drirfankhan2073 4 ปีที่แล้ว

    How to make this statement in simulink :
    Varying the current from 1 to 25A, in steps of 0.4 ampere, every 40 s over a total simulation period of 2720 s. Sir I have to give output of this as input to a model containing continuous states in simulink. Can you please tell me how to achieve this in simulink.

  • @karynthurston4304
    @karynthurston4304 3 ปีที่แล้ว +1

    "enter the names of the variables " - what variables?

  • @SatishKumar-yn8tr
    @SatishKumar-yn8tr 4 ปีที่แล้ว

    Sir can you tell me how to import a workspace variable, in my case, it is a row vector to Simulink. I used simin block but it is giving error asking 2 columns. may be time, but i dont want time variable. I need to send just row vector to simulink. This row vector is generated in matlab

    • @davidpeter5639
      @davidpeter5639 4 ปีที่แล้ว

      it must have two columns, one is time ,the other one is the signal variable you want to import . if you have row vector just transpose it , besides you should aware that time is necessary for a signal .

  • @shaileshmeena9991
    @shaileshmeena9991 5 ปีที่แล้ว +1

    How to use a excel file as a input in simulink

    • @roboticseabass
      @roboticseabass 5 ปีที่แล้ว +1

      let me Google that for you: www.mathworks.com/help/simulink/slref/fromspreadsheet.html

  • @pavarnata5888
    @pavarnata5888 3 ปีที่แล้ว +1

    how to send a constant to simulink from matlab

    • @thesparkingwire
      @thesparkingwire ปีที่แล้ว

      Save that in base workspace and just use the same name in simulink value.

  • @ravet3254
    @ravet3254 ปีที่แล้ว

    I have 500 plus variables to do. That is not very practical to do every day

  • @haligali4360
    @haligali4360 4 ปีที่แล้ว

    Hi!
    Nice video! but for non native speakers to fast I guess. I watched it with .75 speed 5 times at least )))
    Also, after importing a function Simulink drawed not smooth curve even I hade made 2e5 points in .2 seconds :(