Community Profile

photo

Chris Naber


Last seen: 3 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

All
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Gelöst


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

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor