統計
All
Feeds
質問
How to saturate a variable according to my range in RTW embedded coder
Hi, I 'm generating an Auto code using an RTW embedded coder. I'm facing staturation issue when i tested the code. problem is...
14年弱 前 | 1 件の回答 | 0
1
回答質問
Customs block API creation using TFL
Hi, I have created API for all individual arithmatic block like ADD,SUB etc.. I like to know can we able to create the cus...
14年弱 前 | 1 件の回答 | 0
1
回答解決済み
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
14年弱 前
解決済み
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
14年弱 前
解決済み
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
14年弱 前

