統計
All
Feeds
質問
pack more information into a single field
Dear Christopher Stapels, @Christopher Stapels In my experiment, in total I need to visualize 12 parameters out of 6 different ...
2年弱 前 | 1 件の回答 | 0
1
回答解決済み
Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...
約2年 前
解決済み
Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...
約2年 前
解決済み
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:...
約2年 前
