photo

Craig Lent


Univ. of Notre Dame

Last seen: 2 mesi fa Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

All
  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


What is required for my university to be able to serve webapp compiled apps to other students?
What is required for my university to be able to serve webapp compiled apps to other students? I'd like students to write the ...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Warning: Temporary folder could not be deleted
Every time I save the app source, I get a new directory in the current directory with a name like appDesignerTempData_9648885351...

circa 4 anni fa | 1 risposta | 4

1

risposta

Risolto


Lightning strike distance: Writing a function
Write a function named LightningDistance that outputs "distance" given input "seconds". Seconds is the time from seeing lightnin...

oltre 10 anni fa

Risolto


Fahrenheit to Celsius using multiple statements
Given a Fahrenheit value F, convert to a Celsius value C. While the equation is C = 5/9 * (F - 32), as an exercise use two state...

oltre 10 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

oltre 12 anni fa

Risolto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

oltre 12 anni fa

Risolto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

oltre 12 anni fa

Risolto


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

oltre 12 anni fa

Risolto


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

oltre 12 anni fa

Risolto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

oltre 12 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

oltre 12 anni fa

Risolto


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

oltre 12 anni fa

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

oltre 12 anni fa