Community Profile

photo

Karime


Last seen: circa un anno fa Attivo dal 2022

Statistiche

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

Visualizza badge

Content Feed

Visto da

Risolto


Draw a '0' in a one matrix!

oltre un anno fa

Risolto


Draw a '4' in a zero matrix!

oltre un anno fa

Risolto


Draw a '6' in a zero matrix!

oltre un anno fa

Risolto


Draw a '9' in a zero matrix!

oltre un anno fa

Risolto


Draw a '7' in a zero matrix!

oltre un anno fa

Risolto


Draw a '8' in a zero matrix!

oltre un anno fa

Risolto


Draw a '3' in a zero matrix!

oltre un anno fa

Risolto


Draw a '2' in a zero matrix!

oltre un anno fa

Risolto


Draw a '5' in a zero matrix!

oltre un anno fa

Risolto


Draw a '1' in a zero matrix!

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


factorial of a number x
Factorial of a number x

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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.

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Carica altro