Takafumi
MathWorks
Followers: 0 Following: 0
Estadística
14 Preguntas
42 Respuestas
3 Archivos
Cody0 Problemas
13 Soluciones
CLASIFICACIÓN
576
of 295.448
REPUTACIÓN
131
CONTRIBUCIONES
14 Preguntas
42 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
47
CLASIFICACIÓN
11.000 of 20.227
REPUTACIÓN
46
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
3 Archivos
DESCARGAS
9
ALL TIME DESCARGAS
462
CLASIFICACIÓN
23.451
of 153.872
CONTRIBUCIONES
0 Problemas
13 Soluciones
PUNTUACIÓN
200
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
9 Público Canales
EVALUACIÓN MEDIA
32
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>
casi 7 años hace
Resuelto
Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...
casi 7 años hace
Resuelto
Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...
casi 7 años hace
Resuelto
Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>
casi 7 años hace
Resuelto
NaN (欠損値) が含まれている行を削除しよう
行列 A が与えられたとき、その行列の中に NaN (Not a number; 欠損値) の要素がある行を見つけ出し、その行を削除しましょう。 例: A = [ 1 5 8 -3 NaN 14 ...
casi 7 años hace
Resuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
casi 7 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
casi 7 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
casi 7 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 8 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
más de 9 años hace
Resuelto
2倍してみよう - ここからスタート!
初めにこの問題を試してみよう。 入力としてxを与え、それを2倍して結果をyに代入せよ。 Examples: Input x = 2 Output y is 4 Input x = 17 Output y is 34 ...
casi 11 años hace