Community Profile

photo

Karime


Last seen: mer än ett år ago Active since 2022

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

Solved


Draw a '0' in a one matrix!

mer än ett år ago

Solved


Draw a '4' in a zero matrix!

mer än ett år ago

Solved


Draw a '6' in a zero matrix!

mer än ett år ago

Solved


Draw a '9' in a zero matrix!

mer än ett år ago

Solved


Draw a '7' in a zero matrix!

mer än ett år ago

Solved


Draw a '8' in a zero matrix!

mer än ett år ago

Solved


Draw a '3' in a zero matrix!

mer än ett år ago

Solved


Draw a '2' in a zero matrix!

mer än ett år ago

Solved


Draw a '5' in a zero matrix!

mer än ett år ago

Solved


Draw a '1' in a zero matrix!

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


factorial of a number x
Factorial of a number x

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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.

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Load more