photo

Silas Henderson


IUPUI

Last seen: alrededor de 4 años hace Con actividad desde 2018

Followers: 0   Following: 0

Mensaje

visual-math.com

Estadística

All
MATLAB Answers

1 Pregunta
0 Respuestas

File Exchange

14 Archivos

Cody

0 Problemas
11 Soluciones

CLASIFICACIÓN
242.000
of 300.369

REPUTACIÓN
0

CONTRIBUCIONES
1 Pregunta
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
2.824 of 20.936

REPUTACIÓN
596

EVALUACIÓN MEDIA
4.90

CONTRIBUCIONES
14 Archivos

DESCARGAS
27

ALL TIME DESCARGAS
4083

CLASIFICACIÓN
36.940
of 168.436

CONTRIBUCIONES
0 Problemas
11 Soluciones

PUNTUACIÓN
120

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • 5-Star Galaxy Level 3
  • Editor's Pick
  • Personal Best Downloads Level 3
  • First Review
  • First Submission
  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Enviada


Plot Gui 3d
z = f(x, y, t)

alrededor de 4 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


Piano
Play notes with keyboard

casi 5 años hace | 3 descargas |

5.0 / 5
Thumbnail

Enviada


Sine wave gui
y = a*sin(b*x + c) + d

alrededor de 5 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


Plot Gui 2d
y = f(x, t)

alrededor de 5 años hace | 2 descargas |

4.0 / 5
Thumbnail

Enviada


Pong
Learn plot animation by writing a pong game

alrededor de 5 años hace | 1 descarga |

5.0 / 5
Thumbnail

Enviada


N-body animation
System of point-masses following inverse square law

alrededor de 5 años hace | 2 descargas |

5.0 / 5
Thumbnail

Enviada


Interpolation Animation
Animate polynomial approximations of increasing order

alrededor de 5 años hace | 2 descargas |

0.0 / 5
Thumbnail

Enviada


SVD Image Compression
Gui for visualizing A = U*S*V'

alrededor de 5 años hace | 3 descargas |

5.0 / 5
Thumbnail

Enviada


Drawing Robot
Solve 2-link and 3-link inverse kinematics and animate.

alrededor de 5 años hace | 3 descargas |

5.0 / 5
Thumbnail

Enviada


Truss Optimization with Fmincon
Find optimal areas to minimize truss compliance in 2d and 3d

alrededor de 5 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


3d Scene
Keyboard-navigable 3d scene

alrededor de 5 años hace | 1 descarga |

5.0 / 5
Thumbnail

Enviada


Matlab Paint
Minimal 'paint' function

alrededor de 5 años hace | 1 descarga |

5.0 / 5
Thumbnail

Enviada


Arrow 3d
3d arrow function for animation. function + demo

alrededor de 5 años hace | 4 descargas |

5.0 / 5
Thumbnail

Enviada


Truss Gui
Concept-sketch FEA gui. Not fully functional.

alrededor de 5 años hace | 2 descargas |

0.0 / 5
Thumbnail

Pregunta


Single-File Object-Oriented Script?
How can I define a class and instantiate it within the same script? Something like ... object = some_class() while 1 ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Find out value of sine given by degree.
Find out value of sine given by degree. If theta=30, it's value must be 0.5.

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

casi 7 años hace

Resuelto


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

casi 7 años hace

Resuelto


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

casi 7 años hace

Resuelto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

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

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


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 7 años hace

Resuelto


Find common elements in matrix rows
Given a matrix, find all elements that exist in every row. For example, given A = 1 2 3 5 9 2 5 9 3 2 5 9 ...

casi 7 años hace

Resuelto


Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...

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

casi 7 años hace