photo

Naor Movshovitz


Last seen: 11 months ago Active since 2006

Followers: 0   Following: 0

Message

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

Statistics

All
MATLAB Answers

20 Questions
3 Answers

File Exchange

7 Files

Cody

0 Problems
7 Solutions

RANK
3,510
of 300,338

REPUTATION
16

CONTRIBUTIONS
20 Questions
3 Answers

ANSWER ACCEPTANCE
70.0%

VOTES RECEIVED
14

RANK
1,883 of 20,922

REPUTATION
979

AVERAGE RATING
4.30

CONTRIBUTIONS
7 Files

DOWNLOADS
9

ALL TIME DOWNLOADS
9595

RANK
46,777
of 168,149

CONTRIBUTIONS
0 Problems
7 Solutions

SCORE
80

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Solved


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

8 years ago

Solved


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

8 years ago

Solved


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

9 years ago

Solved


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 years ago

Solved


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 years ago

Solved


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

13 years ago