Naor Movshovitz - MATLAB Central
photo

Naor Movshovitz


Last seen: 3ヶ月 前 2006 年からアクティブ

Followers: 0   Following: 0

Professional Interests: physical modeling; rigid-body dynamics; granular mechanics; planetary collisions

統計

All
MATLAB AnswersFile ExchangeCodyFrom 06/06 to 03/25Use left and right arrows to move selectionFrom 06/06Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

20 質問
3 回答

File Exchange

7 ファイル

Cody

0 問題
7 解答

ランク
3,510
of 297,775

評判
16

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

回答採用率
70.0%

獲得投票数
14

ランク
1,869 of 20,469

評判
978

平均評価
4.30

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

ダウンロード
8

ALL TIME ダウンロード
9587

ランク
44,763
of 159,513

コントリビューション
0 問題
7 解答

スコア
80

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 4
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 3
  • Scavenger Finisher
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...

7年以上 前

解決済み


How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...

7年以上 前

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

8年以上 前

解決済み


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

約13年 前

解決済み


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

約13年 前

解決済み


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

約13年 前

解決済み


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

約13年 前