Kara657
Followers: 0 Following: 0
Feeds
提问
How to prevent replacing variables with their values in matlab coder?
Let's say I have the following function in Matlab: function y = dum_func(x) my_constant = 5; y=my_constant+x; end The corre...
1 year 前 | 1 个回答 | 0
1
个回答提问
Function return types in Matlab Coder
Hello, I am investigating the Matlab Coder functionality. I have 2 quick questions let's say I have the following function in Ma...
1 year 前 | 1 个回答 | 0