photo

Naor Movshovitz


Last seen: 11 meses hace Con actividad desde 2006

Followers: 0   Following: 0

Mensaje

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

Estadística

All
MATLAB Answers

20 Preguntas
3 Respuestas

File Exchange

7 Archivos

Cody

0 Problemas
7 Soluciones

CLASIFICACIÓN
3.510
of 300.364

REPUTACIÓN
16

CONTRIBUCIONES
20 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
70.0%

VOTOS RECIBIDOS
14

CLASIFICACIÓN
1.883 of 20.934

REPUTACIÓN
979

EVALUACIÓN MEDIA
4.30

CONTRIBUCIONES
7 Archivos

DESCARGAS
9

ALL TIME DESCARGAS
9595

CLASIFICACIÓN
46.826
of 168.407

CONTRIBUCIONES
0 Problemas
7 Soluciones

PUNTUACIÓN
80

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

Resuelto


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

alrededor de 8 años hace

Resuelto


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

alrededor de 8 años hace

Resuelto


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

alrededor de 9 años hace

Resuelto


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

más de 13 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 14 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...

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

casi 14 años hace