Community Profile

photo

Silas Henderson


IUPUI

Last seen: más de 2 años hace Con actividad desde 2018

visual-math.com

Estadísticas

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

Ver insignias

Content Feed

Ver por

Enviada


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

más de 2 años hace | 2 descargas |

Thumbnail

Enviada


Piano
Play notes with keyboard

más de 3 años hace | 3 descargas |

Thumbnail

Enviada


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

más de 3 años hace | 2 descargas |

Thumbnail

Enviada


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

más de 3 años hace | 1 descarga |

Thumbnail

Enviada


Pong
Learn plot animation by writing a pong game

más de 3 años hace | 15 descargas |

Thumbnail

Enviada


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

más de 3 años hace | 2 descargas |

Thumbnail

Enviada


Interpolation Animation
Animate polynomial approximations of increasing order

más de 3 años hace | 2 descargas |

Thumbnail

Enviada


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

más de 3 años hace | 1 descarga |

Thumbnail

Enviada


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

más de 3 años hace | 2 descargas |

Thumbnail

Enviada


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

más de 3 años hace | 2 descargas |

Thumbnail

Enviada


3d Scene
Keyboard-navigable 3d scene

más de 3 años hace | 1 descarga |

Thumbnail

Enviada


Matlab Paint
Minimal 'paint' function

más de 3 años hace | 3 descargas |

Thumbnail

Enviada


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

más de 3 años hace | 5 descargas |

Thumbnail

Enviada


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

más de 3 años hace | 1 descarga |

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

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

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

más de 5 años hace

Resuelto


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

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

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

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

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

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

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

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

más de 5 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:...

más de 5 años hace