Community Profile

photo

Chris Naber


Last seen: circa 2 mesi fa Attivo dal 2019

Statistiche

All
  • Solver

Visualizza badge

Content Feed

Visto da

Domanda


[App Designer] Can an app accept variables from the base workspace as input arguments?
I'm working on an App Designer app. I'd like it to be able to pull in certain variables from the base workspace when the app is ...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Risolto


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

quasi 5 anni fa

Risolto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

quasi 5 anni fa

Risolto


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

quasi 5 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

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

quasi 5 anni fa