社区资料

照片

布莱恩


University of Illinois at Chicago

自2011年以来活跃

统计数据

All
  • First Review
  • Quiz Master
  • Puzzler
  • 创造者
  • Solver
  • Thankful Level 4

View badges

内容提要

View by

问题


向量索引:低于平均值
Find all values in a vector lower than the mean of the vector

5年前|1|79 solvers

问题


Resizing Matrices
取一个4x3矩阵,然后将其调整到2x6矩阵

5年前|0|88个求解器

问题


矩阵ax = b问题
Take a incoming A and B vector, and solve for x

5年前|1|73个求解器

问题


Matrix element wise multiplication
取两个传入向量,然后将它们乘以元素。

5年前|0|80求解器

问题


矩阵乘法
通过矩阵乘法繁殖两个传入的矩阵

5年前|0|114 solvers

问题


Sum two matrices
Take two incoming matrices, and sum them

5年前|1|107 solvers

问题


找到矩阵中最低数字的索引
取一个矩阵,找到最低数字的[行cal]索引

5年前|0|62个求解器

问题


Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones

5年前|0|75个求解器

问题


矩阵最大查找器
Output the maximum value in a matrix

5年前|1|82求解器

Solved


Calculate the centroid of a triangle
信息:https://en.wikipedia.org/wiki/centroid示例输入:x = [0 0 1];%x坐标y = [0 1 0];%y-coordinat ...

5年前

问题


找到向量中最大的两个元素的总和
有了这个,您必须在向量中找到两个最大元素,并输出这些数字的总和。

5年前|0|81个求解器

问题


检查输入变量是字符串还是数字
检查是否输入变量是一个数字或一个生态学者ng, given a string input (i.e. '1' is 1 and thus a number, 'a' is a string).

5年前|0|59个求解器

问题


找到两个向量的平均值
Take two vectors, and output the mean of them (bonus if you don't use the in-built mean function)

5年前|0|78个求解器

问题


Matrix Generation from Vector Multiplication
输出从将两个矢量乘一起产生的矩阵

5年前|0|65 solvers

问题


Vector Element Multiplication
取两个传入向量,然后输出向量的元素明智的乘法。

5年前|2|78个求解器

问题


简单的矢量添加
取两个传入向量并输出两个向量的总和

5年前|2|103个求解器

问题


自动字符串编辑
在此函数中,您将取一根传入的字符串,并在Alpha中以一个字母的一个字母输出相同的字符串...

5年前|1|46个求解器

问题


String Delimination and Outputting
In this problem, take an incoming string and deliminate the string based on spaces. Output the first string in between the space...

5年前|1|45个求解器

问题


更多的Simple String Concatenation
采用第一个字符串输入,将字符串的顺序从末端转换为启动(即Apple成为Elppa),添加一个空间A ...

5年前|0|52个求解器

问题


Simple String Concatenation
This is a simple problem involving taking two incoming strings, and outputting the concatenated string with a space separating t...

5年前|1|60 solvers

Solved


边缘三角区域
计算侧面X的等边三角形的面积。<< http://upload.wikimedia.org/wikipedia/commons/e/e0/equileral-tr ...

5年前

Solved


短边的长度
计算右角三角形的短侧的长度,a斜长c,lengt的其他短侧...

5年前

Solved


Roll the Dice!
*说明*返回两个在1到6之间的随机整数,以模拟滚动2骰子。*示例* [x1,x2] = ...

5年前

Solved


瓶啤酒
给定一个代表墙上啤酒瓶数量的输入号,如果您将一个放下并...

5年前

Solved


太卑鄙了
在输入行矢量中找到每个连续的数字的平均值。例如,x = [1 2 3] ----> y = [1.5 2.5] x = [1 ...

5年前

Solved


交换输入参数
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

5年前

Solved


球形行星的半径
您只是测量了其表面积,即输入。

5年前

Solved


距离步行1d
假设您从7到10到6到6位。然后您走了9个距离单位,因为7到10是3个单位,10至6是4 ...

5年前

Solved


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

5年前

Solved


The Hitchhiker's Guide to MATLAB
输出逻辑“ true”如果输入是生命,宇宙和一切的答案。否则,输出逻辑“ false”。

5年前

装载更多