Feeds
提问
how to generate an infinitely running code in simulink embedded coder?
how to generate an infinitely running code in simulink embedded coder like how we use in legacy code example: void main(){ f...
11 months 前 | 1 个回答 | 0
1
个回答已解决
Sum of first n positive integers
Given n, find the sum of first n positive integers Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these terms is 55
1 year 前
已解决
the average value of the elements
Calculate the average value of the elements in the array
1 year 前
已解决
Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.
1 year 前
已解决
JannaT is Loved By Me
JannaT was sTarTed loved by me and that time was in 2020. A year when JannaT will starT loving me when the year divided from th...
1 year 前
已解决
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
1 year 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
1 year 前
