Community Profile

photo

Chris Naber


Last seen: 約2ヶ月 前 2019 年からアクティブ

統計

All
  • Solver

バッジを表示

Content Feed

表示方法

質問


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

4年以上 前 | 2 件の回答 | 0

2

回答

解決済み


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

5年弱 前

解決済み


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

5年弱 前

解決済み


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

5年弱 前

解決済み


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

5年弱 前

解決済み


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

5年弱 前