Feeds
已解决
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
9 months 前
已回答
How can I reshape a matrix this way
If I'm not mistaken, you can achieve that result by reshaping the transpose of a. a=[-0.26,0.23,0.033,0.1,-0.39,0.30;0.30,-0....
How can I reshape a matrix this way
If I'm not mistaken, you can achieve that result by reshaping the transpose of a. a=[-0.26,0.23,0.033,0.1,-0.39,0.30;0.30,-0....
3 years 前 | 0
已回答
I have calculated costs from each floor but now I need to calculate total cost for all floors how would I do this?
It is hard to tell without seeing the rest of the code but I believe you can use a variable to store the total cost of floors fr...
I have calculated costs from each floor but now I need to calculate total cost for all floors how would I do this?
It is hard to tell without seeing the rest of the code but I believe you can use a variable to store the total cost of floors fr...
3 years 前 | 0