Community Profile

photo

Karime


Last seen: mehr als ein Jahr vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Draw a '0' in a one matrix!

mehr als ein Jahr vor

Gelöst


Draw a '4' in a zero matrix!

mehr als ein Jahr vor

Gelöst


Draw a '6' in a zero matrix!

mehr als ein Jahr vor

Gelöst


Draw a '9' in a zero matrix!

mehr als ein Jahr vor

Gelöst


Draw a '7' in a zero matrix!

mehr als ein Jahr vor

Gelöst


Draw a '8' in a zero matrix!

mehr als ein Jahr vor

Gelöst


Draw a '3' in a zero matrix!

mehr als ein Jahr vor

Gelöst


Draw a '2' in a zero matrix!

mehr als ein Jahr vor

Gelöst


Draw a '5' in a zero matrix!

mehr als ein Jahr vor

Gelöst


Draw a '1' in a zero matrix!

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


factorial of a number x
Factorial of a number x

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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.

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Mehr laden