Community Profile

photo

Karime


Last seen: 1 year 前 自 2022 起处于活动状态

统计数据

  • Project Euler I
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

查看徽章

Content Feed

排序方式:

已解决


Draw a '0' in a one matrix!

1 year 前

已解决


Draw a '4' in a zero matrix!

1 year 前

已解决


Draw a '6' in a zero matrix!

1 year 前

已解决


Draw a '9' in a zero matrix!

1 year 前

已解决


Draw a '7' in a zero matrix!

1 year 前

已解决


Draw a '8' in a zero matrix!

1 year 前

已解决


Draw a '3' in a zero matrix!

1 year 前

已解决


Draw a '2' in a zero matrix!

1 year 前

已解决


Draw a '5' in a zero matrix!

1 year 前

已解决


Draw a '1' in a zero matrix!

1 year 前

已解决


how tall are you?
you can find the length wit this code.

1 year 前

已解决


Summation of array
Given an array, Find the sum of all of the elements in it Examples: Input x = [1 2 3 5; 4 5 6 7]; Output y is 33

1 year 前

已解决


Equal to their cube
Tell me three real numbers that are equal to their cubes?

1 year 前

已解决


Divisible by 10
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

1 year 前

已解决


Construyendo matrices parte 2
Construye la siguiente matriz a partir de otros tres vectores/matrices. [ 1 8 15 3 3 3 3 2 9 16 3 3...

1 year 前

已解决


英語の文章内の母音を取り除くコードを書きましょう。
与えられた英語の文章内の母音を取り除きましょう。 例: 入力 s1 が 'Jack and Jill went up the hill' の場合、 出力 s2 は 'Jck nd Jll wnt p th hll' * (英語版) ...

1 year 前

已解决


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

1 year 前

已解决


対称で、n*2n のサイズの行列を作成しましょう
サイズが n*2n の "mirror" 行列(対称行列)を作成しましょう。 例: n=2 の場合、以下のような出力を返します。 m = [ 1 2 2 1 1 2 2 1 ] n = 3 の場合、以下のよう...

1 year 前

已解决


"mirror" matrix
Create n x 2n "mirror" matrix of this type: Examples For n = 2 m = [ 1 2 2 1 1 2 2 1 ] For n = 3 m = ...

1 year 前

已解决


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

1 year 前

已解决


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

1 year 前

已解决


factorial of a number x
Factorial of a number x

1 year 前

已解决


文字列の最初と最後の文字だけ抜き出しましょう。
文字列の最初と最後の文字をつなげて返すような関数を作成しましょう。 もし文字が一つしかない場合、その文字は最初と最後の文字のため、関数はその文字を二回返すようにしておきましょう。 例: stringfirstandlast('borin...

1 year 前

已解决


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

1 year 前

已解决


チェッカーボードを作ろう
整数 n が与えられた時、以下の様な1と0を含むn×nの行列を作成しましょう。a(1,1) は1にする必要があります。 例: 入力 n = 5 出力 a が [1 0 1 0 1 0 1 0 1 0 ...

1 year 前

已解决


二つのベクトルの要素ごとの積の平均を計算しよう
二つの同じ長さのベクトルが与えられたとき、二つのベクトルの要素ごとの積の平均を求めましょう。 例: 二つのベクトル [1 2 3] と [10 15 20] が与えられたとき、 それぞれの要素ごとの積の平均を取ると、 解は 33.3333 と...

1 year 前

已解决


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

1 year 前

已解决


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

1 year 前

已解决


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

1 year 前

加载更多