English 中文(简体)
尽可能从Simulink系统呼吁?
原标题:System call from Simulink possible?

http://en.wikipedia.org/wiki/Simulink” rel=“nofollow” 我在文件中找到了它,但也许会有工作。 或者,它可能像职能呼吁一样容易。

最佳回答
问题回答

是的,我确实认为可以通过S-Functions。 不幸的是,你必须降至C或C++,并处理与模型的非常ky的接口。 自从我与S-Function一起工作以来,时间已很长,因此,我恐怕我不能帮助指出他们的存在。





相关问题
Linux Virtual Timer Behavior on Clone Threads

I have done the following: Create a virtual timer that triggers repeatedly. Install signal handler for SIGVTALRM Call clone syscall Set sched_affinity such that the cloned thread runs on a different ...

Limiting syscall access for a Linux application

Assume a Linux binary foobar which has two different modes of operation: Mode A: A well-behaved mode in which syscalls a, b and c are used. Mode B: A things-gone-wrong mode in which syscalls a, b, c ...

NtAllocateVirtualMemory syscall parameter

I Checked all of the possible values of AllocationType parameter on AllocateVirtualMemory syscall and found out it accepts values like 0x202000 and 0x203000 and therefore there should be another ...

Limiting the File System Usage Programmatically in Linux

I was assigned to write a system call for Linux kernel, which oddly determines (and reduces) users´ maximum transfer amount per minute (for file operations). This system call will be called ...

Run and forget system call in php

So I am trying to execute some script from my php code. That lives in page blah.php <?php // .... // just basic web site that allows upload of file... ?> Inside I use system call if ...

Assembly and System Calls

Im having a bit of trouble understanding the more complex system calls in assembly. I wrote a exec system call and it worked great .bss .text .globl _start _start: #exit(0) system call ...

Configuring kernel

After create a new system call, how to update the kernel? I tried these lines, make-kpkg clean fakeroot make-kpkg -initrd -append-to-version=-custom kernel_image kernel_headers But Ubuntu asked me ...

热门标签