Community Profile

photo

Josh


University of Dayton

Last seen: más de 2 años hace Con actividad desde 2016

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

Estadísticas

All
  • Thankful Level 1
  • Scavenger Finisher
  • Solver

Ver insignias

Content Feed

Ver por

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace