Community Profile

photo

Bramvg


Last seen: 1 year ago|Active since 2015

Statistics

全部
  • 5-Star Galaxy Level 1
  • 首次审查
  • First Submission
  • 感恩1级
  • 求解器

查看徽章

Content Feed

查看

Submitted


Geothmetic Meandian
计算XKCD.com/2435定义的Geothmetic Meydian

1 year ago | 1 download |

Thumbnail

Question


应用程序设计师更新(20倍)比指南慢(20倍)
使用App Designer,我制作了一个应用程序,该应用程序从相机中获取图像,并在处理后将其显示为GUI。Pro ...

2 years ago | 1 answer | 1

1

answer

Submitted


搜索文件
a dialog box to search files recursively using wildcard symbols * and **

2 years ago | 1 download |

Thumbnail

Submitted


linkequalaxes
一个方便的包装器,用于Linkaxes,自动将所有轴以相等的限制链接

2 years ago | 2 downloads |

Thumbnail

Submitted


addsubplot
一个方便的子图(m,n,p)的方便包装器,该包装器会自动安排子图

2 years ago | 1 download |

Thumbnail

解决了


CONVERT TAN TO SIN
In a right angle triangle ABC given the tan(A) then find sin(A) For example tan(A)=3/4 then sin(A)=3/5

3 years ago

解决了


Target sorting
Sort the given list of numbers |a| according to how far away each element is from the target value |t|. The result should return...

6年前

解决了


Simple equation: Annual salary
给定小时工资,通过将工资时间40和时间50乘以每年的工资,因为工资=工资x 40小时/w ...

6年前

解决了


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

6年前

解决了


哪个值正好出现三次?
返回所有值(最小到最大的值)的列表,该列表在输入向量X中精确出现了三次。因此,如果x = [1 2 ...

6年前

解决了


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

6年前

解决了


Sort a list of complex numbers based on far they are from the origin.
给定复数z的列表,返回一个Zsort的列表,使得与原点最远的数字(0+0i)出现f ...

6年前

解决了


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

6年前

解决了


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

6年前

解决了


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

6年前

解决了


Most nonzero elements in row
给定矩阵A,返回具有最非零元素的行的索引r。假设总会有一排...

6年前

解决了


删除出现NAN的任何行
Given the matrix A, return B in which all the rows that have one or more

6年前

解决了


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

6年前

解决了


寻找完美的正方形
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

6年前

解决了


Determine whether a vector is monotonically increasing
如果输入矢量的元素单调增加(即每个元素都大于上一个),则返回true。返回...

6年前

解决了


创建时间表
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

6年前

解决了


在矩阵中找到质子数的数字均值。
矩阵中总会至少有一个素数。示例:输入in = [8 3 5 9]输出输出为4 ...

7年前

解决了


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

7年前

解决了


Given a window, how many subsets of a vector sum positive
给定一个向量:[1 0 -1 3 2 -3 1]和2的窗口,滑动窗口会找到:1 + 0 = 1 0-1 = -1 ...

7年前

解决了


戈尔巴赫的猜想
The asserts that every even integer greater than 2 can ...

7年前

解决了


Swap the first and last columns
翻转矩阵A的最外层列,使第一列变为最后一列,最后一列成为第一个。全部...

7年前

解决了


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

7年前

解决了


Column Removal
从输入矩阵A中删除nth列,然后返回输出B中的结果矩阵。因此,如果a = [1 2 3;4 5 6];和 ...

7年前

解决了


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

7年前

解决了


确定输入是否奇怪
给定输入n,如果n为奇数或false,则返回true,如果n为偶数。

7年前

Load more