matlab - Is it possible to send HTTP GET Requests from a Simulink Block? -
basically title says all. i'm working on model needs (there no way around it) load data website, parse , pass onto block. thought use s-function written in c++
, didn't work, tried use webread()
didn't work in simulink because can't use extrinsic functions on device run on.
i thought work around downloading file externally , reading through fscanf
but turned out matlab coder doesn't support well.
after putting 2 1/2 days now, i'm asking myself whether possible http request through simulink block. that's why went here ask question. every answer!
i figured out way c++ s-function now. created github repo it. if you're stuck same problem was, try take @ this. i'm pretty sure you.
Comments
Post a Comment