photo

J. Benjamin Kacerovsky


Last seen: 3 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
File Exchange

8 文件

Cody

0 个问题
32 个答案

排名
N/A
of 300,779

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
4,625 of 21,084

声誉
304

平均
4.90

贡献数
8 文件

下载次数
16

ALL TIME 下载次数
2290

排名
14,937
of 170,997

贡献数
0 个问题
32 个答案

评分
383

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 3
  • GitHub Submissions Level 3
  • Community Group Solver
  • Solver
  • First Review
  • First Submission

查看徽章

Feeds

排序方式:

已提交


drawVector- draws 2D or 3D vectors from specified points
Draws 3 arrows representing the basis vectors of an R3 coordinate system

4 years 前 | 3 次下载 |

0.0 / 5
Thumbnail

已提交


planePlotter
Draws a plane defined by a point and normal vector

4 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Save Wavefront .OBJ files (simple or colour)
Saves triangulated mesh objects as wavefront .obj files, optionally with user-defined face or vertex colours.

4 years 前 | 4 次下载 |

0.0 / 5
Thumbnail

已解决


Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]

5 years 前

已解决


Numbers spiral diagonals (Part 1)
Inspired by Project Euler n°28 et 58. A n x n spiral matrix is obtained by starting with the number 1 and moving to the right...

5 years 前

已解决


ZigZag matrix with reflected format
ZigZag MATRIX with REFLECTED format. We have only input x. We have to create a matrix in the following pattern. input n=5...

5 years 前

已提交


insertTemplateHeader
Inserts a predefined header template into the active script of the editor

5 years 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


usefulSnippets
Collection of some "little" functions I wrote to make my life easier.

5 years 前 | 1 次下载 |

4.7 / 5

已提交


Xfigure - Interactive 3D viewer
interactive 3D viewer for Matlab meshes/3D scatterplots and graphs built with unity3d

5 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Mesh/Voxel spheres, ellipsoids, toroids, and test objects
A collection of functions to build spheres/ellipsoids, toroids, unions of spheres and test objects and voxel arrays or triangula...

5 years 前 | 3 次下载 |

5.0 / 5
Thumbnail

已提交


Voxel2mesh - plotVoxelArray
Creates and/or displays triangulated or quad mesh from binary or numeric arrays.

5 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已解决


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

5 years 前

已解决


Kaprekar Steps
6174 is the <http://en.wikipedia.org/wiki/6174_%28number%29 Kaprekar constant>. All natural numbers less than 10,000 (except som...

5 years 前

已解决


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

5 years 前

已解决


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

5 years 前

已解决


Find the peak 3n+1 sequence value
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

5 years 前

已解决


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

5 years 前

已解决


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

5 years 前

已解决


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

5 years 前

已解决


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

5 years 前

已解决


Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...

6 years 前

已解决


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

6 years 前

已解决


Rescale Scores
Each column (except last) of matrix |X| contains students' scores in a course assignment or a test. The last column has a weight...

6 years 前

已解决


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

6 years 前

已解决


Find MPG of Lightest Cars
The file |cars.mat| contains a table named |cars| with variables |Model|, |MPG|, |Horsepower|, |Weight|, and |Acceleration| for ...

6 years 前

已解决


Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...

6 years 前

已解决


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

6 years 前

已解决


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

6 years 前

已解决


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.&#8519;^(-&lambda;t)*cos(2πft)| where |A|, |&lambda;|, and |f| ...

6 years 前

已解决


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x&#8321;_ + _x&#8322;_ = 2 _x&#8321;...

6 years 前

加载更多