photo

TADA


Hebrew University of Jerusalem

Last seen: 10개월 전 2018년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

8 질문
220 답변

File Exchange

9 파일

Cody

0 문제
6 답안

순위
195
of 298,572

평판
563

참여
8 질문
220 답변

답변 채택
87.5%

획득한 표
85

순위
9,758 of 20,619

평판
67

평균 평점
5.00

참여
9 파일

다운로드 수
20

ALL TIME 다운로드 수
614

순위
48,637
of 161,704

참여
0 문제
6 답안

점수
71

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • MATLAB Central Treasure Hunt Finisher
  • Pro
  • Revival Level 2
  • Solver
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 1
  • 12 Month Streak
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 3
  • Knowledgeable Level 4

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


Create logical matrix with a specific row and column sums
Given two numbers *|n|* and *|s|*, build an |n-by-n| logical matrix (of only zeros and ones), such that both the row sums and th...

6년 초과 전

문제를 풀었습니다


Generate N equally spaced intervals between -L and L
Given N and L, return a list of numbers (in ascending order) that divides the interval [-L L] into N equal-length segments. F...

6년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

6년 초과 전

문제를 풀었습니다


We love vectorized solutions. Problem 1 : remove the row average.
Given a 2-d matrix, remove the row average from each row. Your solution MUST be vectorized. The solution will be tested for ac...

6년 초과 전

문제를 풀었습니다


Piecewise linear interpolation
Given an Mx2 vector and a row of M-1 integers, output a two column vector that linearly interpolates Y times between each succes...

6년 초과 전