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년 전

