photo

Bert


Last seen: 대략 5년 전 2016년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

0 질문
6 답변

File Exchange

1 파일

Cody

26 문제
161 답안

순위
3,941
of 300,851

평판
14

참여
0 질문
6 답변

답변 채택
0.00%

획득한 표
3

순위
14,870 of 21,094

평판
14

평균 평점
3.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
92

순위
1,326
of 171,294

참여
26 문제
161 답안

점수
1,950

배지 수
5

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Quiz Master
  • 5-Star Galaxy Level 2
  • GitHub Submissions Level 1
  • First Submission
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Triathlon Participant
  • Puzzler
  • Speed Demon
  • Creator
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


x&u are two vectors then Y=x+u???
x&u are two vectors then Y=x+u???

대략 9년 전

문제를 풀었습니다


Sideways sum
Given natural number calculate its _population count_.

대략 9년 전

문제를 풀었습니다


Calculate inverse matrix in square matrix
A=eye(3) Calculate inverse matrix of given input. B=function(A) ans = 1 0 0 0 1 0 ...

대략 9년 전

문제를 풀었습니다


Calculate some equation
Using given inputs x and z, make two outputs that are y1 = (xz)/(x/z)^2 + 14x^2 - 0.8z^2 y2 = x^z - z^x + (x/z)^2 - (z/x...

대략 9년 전

문제를 풀었습니다


Change matrix to vector
Vector is a matrix whose size is 1 x n or n x 1. Change matrix to vector. x = 4 3 5 1 ...

대략 9년 전

문제를 풀었습니다


Convert from integer to binary
if true % decimalToBinaryVector(x) end

대략 9년 전

문제를 풀었습니다


Write a function man that takes a row vector v and returns a matrix H as follows..
Write a function called man that takes a row vector v as an input and returns a matrix H whose first column consist of the eleme...

대략 9년 전

문제를 풀었습니다


Was ist denn los?
Nur für deutschsprechende Leute! Wie geht's? ...also gut, bis bald!

대략 9년 전

문제를 풀었습니다


Get all corner elements from a matrix where dimension of matrix is always equal to or greater than 2.
if a given matrix a = [1 2 3;4 5 6]; so answer is going to be [1 3;4 6]

대략 9년 전

문제를 풀었습니다


Matrix FUN
Given a Matrix M, find out the number of elements of matrix that are divisible by 3. M = [1 2 3;4 5 6;7 8 9]; ou...

대략 9년 전

문제를 풀었습니다


The prisoner
"We want information, information, information." "Who are you?" Input can be a string or a number (array).

대략 9년 전

문제를 풀었습니다


CARDS PROBLEM
Read my mind and tell me the card number that I have now in my hands.

대략 9년 전

문제를 풀었습니다


Concatenate strings
concatenate a variable number of input strings to produce one outputstring

대략 9년 전

문제를 풀었습니다


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

대략 9년 전

문제를 풀었습니다


Penny flipping - calculate winning probability (easy)
Two players are playing a fair penny flipping game. For each flip, the winner adds one penny from the loser's collection to his/...

대략 9년 전

문제를 풀었습니다


Vectorizing, too easy or too hard?
Please insert a . before any ^, * or / in the string. That's it!!

대략 9년 전

문제를 풀었습니다


Find the logic
There exists one logic in between input and output. Find it (easy math). Example 1: x=13 then y=339; Example 2: x=26...

대략 9년 전

문제를 풀었습니다


How many jokers?
* Given DNA codes of a group of suspects, * and a code for certain types of jokers, * Count how many jokers of that type. * ...

대략 9년 전

문제를 풀었습니다


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

대략 9년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


MATCH THE STRINGS (2 CHAR) very easy
Match the given string based on first two characters on each string. For example A='harsa'; b='harish'; result '1' ...

대략 9년 전

문제를 풀었습니다


Add 7
Given an input variable x, output a variable y that is 7 greater than x. Example: Input x = 1 Output y is 8 Input ...

대략 9년 전

문제를 풀었습니다


Matrix which contains the values of an other matrix A at the given locations.
If you have two matrices, which together give xc and yc coordinates into another matrix, eg : xc = [1 1 1; 2 2 1]; ...

대략 9년 전

문제를 풀었습니다


Create a square matrix of multiples
Given an input, N, output a matrix N x N with each row containing multiples of the first element of each row. This also applies...

대략 9년 전

문제를 풀었습니다


Rearrange string
Input is a given string. Output is the number of ways to rearrange the string.

대략 9년 전

문제를 풀었습니다


How find minimum element of a column in matrix?
How find minimum element of a column in matrix?

대략 9년 전

문제를 풀었습니다


product of given two numbers?
product of given two numbers?

대략 9년 전

문제를 풀었습니다


How to find average of each column ?
How to find average of each column for a given matrix?

대략 9년 전

문제를 풀었습니다


Calculate representive values (max. min. std)
A B C -------------------------- t=1 2.2 2.6 2.4 t=2 2.4 2.8 2.2 t=3 2.6 2.7 2....

대략 9년 전

문제를 풀었습니다


Check given number is odd or even
Using input [x], check given number is odd or even if x is odd, output should be true.

대략 9년 전

더 보기