photo

Ryoko Hayashi

MathWorks

Last seen: 7 days ago Active since 2018

Followers: 1   Following: 0

Statistics

All
Cody

0 Problems
4 Solutions

ThingSpeak

1 Public Channel

RANK
N/A
of 301,301

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
15,445 of 21,236

REPUTATION
10

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
1

ALL TIME DOWNLOADS
110

RANK
66,677
of 173,897

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
1 Public Channel

AVERAGE RATING
50

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 2
  • First Submission
  • GitHub Submissions Level 1
  • Solver

View badges

Feeds

View by

Channel


ASUKA II Location
Tracking the location of Japanese Passenger ship

7 years ago

Solved


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

7 years ago

Solved


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

8 years ago

Solved


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

8 years ago

Solved


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

8 years ago