Feeds
已解决
System of equations
Find a solution to a system of equations represented by a |n| by |n+1| matrix. For instance, [ 2 0 4; => 2*x = 4 ...
2 months 前
已解决
Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...
2 months 前
提问
Function calls defined as a bus for inport in Export-Function Model
I am using the Export-Function Model configuration in my model, since it is triggered externally using function-call signals. I ...
2 months 前 | 1 个回答 | 0
1
个回答已解决
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
4 months 前