photo

Brian


University of Illinois at Chicago

2011년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

67 질문
10 답변

Cody

19 문제
20 답안

순위
8,892
of 300,364

평판
5

참여
67 질문
10 답변

답변 채택
47.76%

획득한 표
3

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
10,529
of 168,407

참여
19 문제
20 답안

점수
575

배지 수
4

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Quiz Master
  • Puzzler
  • Creator
  • Solver
  • Thankful Level 4

배지 보기

Feeds

보기 기준

문제


Vector indexing: lower than mean
Find all values in a vector lower than the mean of the vector

대략 8년 전 | 1 | 솔버 수: 89

문제


Resizing Matrices
Take an 4x3 matrix, and resize it to a 2x6 matrix

대략 8년 전 | 0 | 솔버 수: 114

문제


Matrix Ax=B problem
Take a incoming A and B vector, and solve for x

대략 8년 전 | 1 | 솔버 수: 104

문제


Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise

대략 8년 전 | 0 | 솔버 수: 111

문제


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

대략 8년 전 | 0 | 솔버 수: 166

문제


Sum two matrices
Take two incoming matrices, and sum them

대략 8년 전 | 1 | 솔버 수: 170

문제


Find the index of the lowest number in a matrix
Take a matrix, and find the [row cal] index of the lowest number

대략 8년 전 | 0 | 솔버 수: 83

문제


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

대략 8년 전 | 0 | 솔버 수: 133

문제


Matrix Max Finder
Output the maximum value in a matrix

대략 8년 전 | 1 | 솔버 수: 118

문제를 풀었습니다


Calculate the centroid of a triangle
Info: https://en.wikipedia.org/wiki/Centroid Example Input: x = [0 0 1]; % x-coordinate y = [0 1 0]; % y-coordinat...

대략 8년 전

문제


Find the sum of the largest two elements in a vector
With this one, you have to find the two largest elements in a vector and output the sum of those numbers.

대략 8년 전 | 0 | 솔버 수: 107

문제


Check if inputted variable is a string or a number
Check if a inputted variable is a number or a string, given a string input (i.e. '1' is 1 and thus a number, 'a' is a string).

대략 8년 전 | 0 | 솔버 수: 88

문제


Find the mean of two vectors
Take two vectors, and output the mean of them (bonus if you don't use the in-built mean function)

대략 8년 전 | 0 | 솔버 수: 112

문제


Matrix Generation from Vector Multiplication
Output the matrix generated from multiplying two vectors together

대략 8년 전 | 0 | 솔버 수: 90

문제


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

대략 8년 전 | 2 | 솔버 수: 115

문제


Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors

대략 8년 전 | 2 | 솔버 수: 166

문제


Automatic String Editing
In this function, you will take an incoming string, and output the same string with each character one letter later in the alpha...

대략 8년 전 | 1 | 솔버 수: 65

문제


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

대략 8년 전 | 1 | 솔버 수: 62

문제


More Simple String Concatenation
Take the first string input, reverse the order of the string from the end to beginning (i.e. apple becomes elppa), add a space a...

대략 8년 전 | 0 | 솔버 수: 72

문제


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

대략 8년 전 | 1 | 솔버 수: 80

문제를 풀었습니다


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

대략 8년 전

문제를 풀었습니다


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

대략 8년 전

문제를 풀었습니다


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

대략 8년 전

문제를 풀었습니다


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

대략 8년 전

문제를 풀었습니다


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

대략 8년 전

문제를 풀었습니다


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

대략 8년 전

문제를 풀었습니다


radius of a spherical planet
You just measured its surface area, that is the input.

대략 8년 전

문제를 풀었습니다


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

대략 8년 전

문제를 풀었습니다


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

대략 8년 전

문제를 풀었습니다


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

대략 8년 전

더 보기