photo

Connor


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

Followers: 0   Following: 0

統計

Cody

0 問題
68 解答

ランク
N/A
of 301,097

評判
N/A

コントリビューション
0 質問
0 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,169

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
6,422
of 172,778

コントリビューション
0 問題
68 解答

スコア
1,004

バッジ数
6

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Community Group Solver
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

2ヶ月 前

解決済み


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

2ヶ月 前

解決済み


to the 2 all elements
to the 2 all elements

2ヶ月 前

解決済み


the average value of the elements
Calculate the average value of the elements in the array

2ヶ月 前

解決済み


Double all elements in the array
Duplicate all elements in the array

2ヶ月 前

解決済み


calculate the length of matrix
input 1 array, calculate the length

2ヶ月 前

解決済み


Draw a '0' in a one matrix!

2ヶ月 前

解決済み


There are 10 types of people in the world
Those who know binary, and those who don't. The number 2015 is a palindrome in binary (11111011111 to be exact) Given a year...

2ヶ月 前

解決済み


Converting binary to decimals
Convert binary to decimals. Example: 010111 = 23. 110000 = 48.

2ヶ月 前

解決済み


Binary code (array)
Write a function which calculates the binary code of a number 'n' and gives the result as an array(vector). Example: Inpu...

2ヶ月 前

解決済み


Relative ratio of "1" in binary number
Input(n) is positive integer number Output(r) is (number of "1" in binary input) / (number of bits). Example: * n=0; r=...

2ヶ月 前

解決済み


Bit Reversal
Given an unsigned integer _x_, convert it to binary with _n_ bits, reverse the order of the bits, and convert it back to an inte...

2ヶ月 前

解決済み


Given an unsigned integer x, find the largest y by rearranging the bits in x
Given an unsigned integer x, find the largest y by rearranging the bits in x. Example: Input x = 10 Output y is 12 ...

2ヶ月 前

解決済み


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

2ヶ月 前

解決済み


Find out sum and carry of Binary adder
Find out sum and carry of a binary adder if previous carry is given with two bits (x and y) for addition. Examples Previo...

2ヶ月 前

解決済み


Convert given decimal number to binary number.
Convert given decimal number to binary number. Example x=10, then answer must be 1010.

2ヶ月 前

解決済み


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

2ヶ月 前

解決済み


Convert a numerical matrix into a cell array of strings
Given a numerical matrix, output a *cell array of string*. For example: if input = 1:3 output is {'1','2','3'} whic...

2ヶ月 前

解決済み


Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...

2ヶ月 前

解決済み


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

2ヶ月 前

解決済み


Total energy

2ヶ月 前

解決済み


Potential energy calculation

2ヶ月 前

解決済み


Kinetic energy calculation

2ヶ月 前

解決済み


Laws of motion 2

2ヶ月 前

解決済み


Laws of motion 3

2ヶ月 前

解決済み


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

2ヶ月 前

解決済み


Laws of motion 5
Calculate the force is u are given mass and acceleration.

2ヶ月 前

解決済み


Laws of motion 6

2ヶ月 前

解決済み


Laws of motion 1

2ヶ月 前

解決済み


The Five Infection (Boss Level)
Given a 3x3 matrix A, replace: every value that is equal to five every value that is directly adjacent to a five with zero in...

2ヶ月 前

さらに読み込む