Community Profile

photo

Mikio Muramatsu

Last seen: Today Aktiv seit 2020

Statistiken

All
  • Solver
  • First Submission
  • GitHub Submissions Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gelöst


Converts numbers into characters
Converts numbers into characters

etwa 2 Jahre vor

Gelöst


Find the max element of the array
Find the max element of the array

etwa 2 Jahre vor

Gelöst


Double all elements in the array
Duplicate all elements in the array

etwa 2 Jahre vor

Gelöst


the average value of the elements
Calculate the average value of the elements in the array

etwa 2 Jahre vor

Gelöst


calculate the length of matrix
input 1 array, calculate the length

etwa 2 Jahre vor

Gelöst


to the 2 all elements
to the 2 all elements

etwa 2 Jahre vor

Gelöst


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

etwa 2 Jahre vor

Gelöst


Flip the bit
Given an input character string (e.g. '1001'), return a character string with the bits flipped ('0110').

etwa 2 Jahre vor

Gelöst


easy problem
Find the last element of the array

etwa 2 Jahre vor

Gelöst


Sum sum!!!
Sum the numbers from 1 to n

etwa 2 Jahre vor

Gelöst


Shift elements of vector left
Shift elements of vector to the left. For ex. : Input_vec = [1 2 3 4 5] Output_vec = [2 3 4 5 1]

etwa 2 Jahre vor

Gelöst


ゼロでない要素が一番多い行を探そう
行列 a が与えられたとき、行列 a の中で一番ゼロの要素が少ない行のインデクス r を返す関数を作成しましょう。このとき、行列 a には一つだけしかこの条件に当てはまる行がないと仮定します。 例: 入力として、行列 a = [ 1 ...

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


ベクトルのスケーリング
入力したベクトルの大きさを1にしてください。

etwa 2 Jahre vor

Gelöst


2倍してみよう - ここからスタート!
初めにこの問題を試してみよう。 入力としてxを与え、それを2倍して結果をyに代入せよ。 Examples: Input x = 2 Output y is 4 Input x = 17 Output y is 34 ...

etwa 2 Jahre vor

Gelöst


ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
MATLABでは,角括弧の中に要素を入れることで、ベクトルを作成できる。 x = [1 2 3 4] また次のようにも書ける(コンマはオプション)。 x = [1, 2, 3, 4] 問題:次のベクトルを出力する関数を作成せよ。...

etwa 2 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 2 Jahre vor

Gesendet


Mass-Spring-Damper Systems (日本語版)
Japanese version of published repository Mass-Spring-Damper-systems"

mehr als 2 Jahre vor | 3 Downloads |

Thumbnail

Beantwortet
MATLAB Graderのコースの作成者以外の講師がコピーする方法
現在のMATLAB Graderでは、コースのコピーはコースのオーナー(作成したユーザ様)のみ可能です。 もし他の講師の方にコースのオーナーを変更される場合は恐れ入りますが、以下の情報を弊社カスタマーサポート窓口までご連絡ください。http://www....

etwa 3 Jahre vor | 0

| akzeptiert

Beantwortet
バンドパスフィルタのかけ方について
もしAudio Toolboxをお持ちでしたら、Parametric Equalizerを使うことで実現できると思います。 下記リンクの"Designs Based on Quality Factor"の章を是非ご参照ください。 この例にあるプログラム...

mehr als 3 Jahre vor | 0