Community Profile

photo

Josh


University of Dayton

Last seen: meer dan 2 jaar ago Active since 2016

Somewhere lost in a vector space called graduate school...

Statistics

All
  • Thankful Level 1
  • Scavenger Finisher
  • Solver

View badges

Content Feed

View by

Question


Given two 1 x n cells namely, C1 and C2, how do I create a new cell C3 such that C3 = {C1(1) C2(1) C1(2) C2(2) C1(3) C2(3) ... } using a for loop?
For example suppose you are given cells C1 = {[a1 b1; c1 d1] [a2 b2; c2 d2] [a3 b3; c3 d3] [a4 b4; c4 d4]}; C2 = {[e1 f1; g...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

meer dan 7 jaar ago

Solved


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:...

meer dan 7 jaar ago