![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/mmuramatmathworkscom_1561554643058_DEF.jpg)
Mikio Muramatsu
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
12.644
of 297.016
REPUTACIÓN
4
CONTRIBUCIONES
0 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
13.416 of 20.419
REPUTACIÓN
21
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
8
ALL TIME DESCARGAS
199
CLASIFICACIÓN
24.580
of 157.725
CONTRIBUCIONES
0 Problemas
18 Soluciones
PUNTUACIÓN
200
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Find the max element of the array
Find the max element of the array
alrededor de 3 años hace
Resuelto
Double all elements in the array
Duplicate all elements in the array
alrededor de 3 años hace
Resuelto
the average value of the elements
Calculate the average value of the elements in the array
alrededor de 3 años hace
Resuelto
calculate the length of matrix
input 1 array, calculate the length
alrededor de 3 años hace
Resuelto
Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.
alrededor de 3 años hace
Resuelto
Flip the bit
Given an input character string (e.g. '1001'), return a character string with the bits flipped ('0110').
alrededor de 3 años hace
Resuelto
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]
alrededor de 3 años hace
Resuelto
ゼロでない要素が一番多い行を探そう
行列 a が与えられたとき、行列 a の中で一番ゼロの要素が少ない行のインデクス r を返す関数を作成しましょう。このとき、行列 a には一つだけしかこの条件に当てはまる行がないと仮定します。 例: 入力として、行列 a = [ 1 ...
alrededor de 3 años hace
Resuelto
対称で、n*2n のサイズの行列を作成しましょう
サイズが n*2n の "mirror" 行列(対称行列)を作成しましょう。 例: n=2 の場合、以下のような出力を返します。 m = [ 1 2 2 1 1 2 2 1 ] n = 3 の場合、以下のよう...
alrededor de 3 años hace
Resuelto
二つのベクトルの要素ごとの積の平均を計算しよう
二つの同じ長さのベクトルが与えられたとき、二つのベクトルの要素ごとの積の平均を求めましょう。 例: 二つのベクトル [1 2 3] と [10 15 20] が与えられたとき、 それぞれの要素ごとの積の平均を取ると、 解は 33.3333 と...
alrededor de 3 años hace
Resuelto
2倍してみよう - ここからスタート!
初めにこの問題を試してみよう。 入力としてxを与え、それを2倍して結果をyに代入せよ。 Examples: Input x = 2 Output y is 4 Input x = 17 Output y is 34 ...
alrededor de 3 años hace
Resuelto
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
MATLABでは,角括弧の中に要素を入れることで、ベクトルを作成できる。 x = [1 2 3 4] また次のようにも書ける(コンマはオプション)。 x = [1, 2, 3, 4] 問題:次のベクトルを出力する関数を作成せよ。...
alrededor de 3 años hace
Resuelto
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:...
más de 3 años hace
Enviada
Mass-Spring-Damper Systems (日本語版)
Japanese version of published repository Mass-Spring-Damper-systems"
más de 3 años hace | 8 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/43771bc7-c4b9-4354-8110-6384d8244bf5/2a7e4335-d3b3-45fe-9a67-54c7f724a03b/images/1627635079.png)
MATLAB Graderのコースの作成者以外の講師がコピーする方法
現在のMATLAB Graderでは、コースのコピーはコースのオーナー(作成したユーザ様)のみ可能です。 もし他の講師の方にコースのオーナーを変更される場合は恐れ入りますが、以下の情報を弊社カスタマーサポート窓口までご連絡ください。http://www....
alrededor de 4 años hace | 0
| aceptada
バンドパスフィルタのかけ方について
もしAudio Toolboxをお持ちでしたら、Parametric Equalizerを使うことで実現できると思います。 下記リンクの"Designs Based on Quality Factor"の章を是非ご参照ください。 この例にあるプログラム...
más de 4 años hace | 0