photo

Natalie


Last seen: 16日 前 2024 年からアクティブ

Followers: 0   Following: 0

Matlabbin'

Programming Languages:
Python, MATLAB
Spoken Languages:
Spanish, French
Pronouns:
She/her

統計

Cody

1 問題
290 解答

ランク
N/A
of 300,756

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,077

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
448
of 170,890

コントリビューション
1 問題
290 解答

スコア
4,049

バッジ数
20

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

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

平均評価

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

平均いいねの数

  • Divisible by x Master
  • Creator
  • Promoter
  • CUP Challenge Master
  • Draw Letters
  • Leader
  • Community Group Solver
  • Introduction to MATLAB Master
  • MATLAB Central Treasure Hunt Finisher
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Remove Lower Case Letters
Example MEMOry --> MEMO IMPlEMeNtATiON --> IMPEMNATON

9ヶ月 前

解決済み


Remove Upper Case Letters
Example Matlab --> atlab proBlem --> prolem Enter --> nter

9ヶ月 前

解決済み


String Logic 5
Example: 'CAT' --> 'TAC' 'DOG' --> 'GOD' 'MATLAB' --> 'BALTAM' 'ROSY' --> 'YSOR' 'TRUST' --> 'TSURT' 'MOSTLY' --> 'YLTS...

9ヶ月 前

解決済み


Spherical Volume
Calculate the volume of a sphere.

約1年 前

解決済み


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

約1年 前

解決済み


Make an awesome ramp for a tiny motorcycle stuntman
Okay, given a vector, say v=[1 3 6 9 11], turn it into a matrix 'ramp' like so: m=[1 3 6 9 11; 3 6 9 11 0; 6 9 ...

約1年 前

解決済み


Back to basics 23 - Triangular matrix
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, return a matrix with all elements above a...

約1年 前

解決済み


Rainbow matrix
Create a "rainbow matrix" as described in the following examples Input = 3 Output = [ 1 2 3 2 3 2 ...

約1年 前

解決済み


Toeplitz Matrix
For a given square matrix of order n-by-n check whether this is a Toeplitz matrix or not. Return true if it is.

約1年 前

解決済み


ZigZag matrix with reflected format
ZigZag MATRIX with REFLECTED format. We have only input x. We have to create a matrix in the following pattern. input n=5...

約1年 前

解決済み


Flip the main diagonal of a matrix
Given a n x n matrix, M, flip its main diagonal. Example: >> M=magic(5); >> flipDiagonal(M) 9 24 1 ...

約1年 前

解決済み


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

約1年 前

解決済み


N-Dimensional Array Slice
Given an N-dimensional array, _A_, an index, _I_, and a dimension, _d_, return the _I_ th elements of _A_ in the _d_ dimension. ...

約1年 前

解決済み


Rescale Scores
Each column (except last) of matrix X contains students' scores in a course assignment or a test. The last column has a weighted...

約1年 前

解決済み


Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

1年以上 前

解決済み


Alternately upper-lower case
Modify the string to alternate between upper and lower case. For example, s='achyuta' output='AcHyUtA' Update - Test case...

1年以上 前

解決済み


Extract Built In Functions and Toolbox Functions from String or Function Handle
Find the Built-In functions and Toolbox functions in either a string or a function handle. Generate a string of alphabetized ...

1年以上 前

解決済み


Word Distance - Sum
Let's suppose that the distance of a word can be calculated by summing the differences between its letters, having assigned the ...

1年以上 前

解決済み


Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...

1年以上 前

解決済み


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

1年以上 前

解決済み


Draw a '9' in a zero matrix!

1年以上 前

解決済み


Draw a '8' in a zero matrix!

1年以上 前

解決済み


Draw a '7' in a zero matrix!

1年以上 前

解決済み


Draw a '6' in a zero matrix!

1年以上 前

解決済み


Draw a '5' in a zero matrix!

1年以上 前

解決済み


Draw a '4' in a zero matrix!

1年以上 前

解決済み


Draw a '3' in a zero matrix!

1年以上 前

解決済み


Draw a '2' in a zero matrix!

1年以上 前

解決済み


Draw a '1' in a zero matrix!

1年以上 前

解決済み


Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...

1年以上 前

さらに読み込む