Community Profile

photo

Deepesh B


Last seen: 11일 전 2013년부터 활동

Image Processing DSP MATLAB coder HDL coder Simulink Coder Professional Interests: DSP,FPGA,ARM

통계

All
  • First Review
  • Personal Best Downloads Level 2
  • First Submission
  • First Answer
  • Commenter
  • Promoter
  • Quiz Master
  • Creator
  • Solver

배지 보기

Content Feed

보기 기준

문제를 풀었습니다


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

9년 초과 전

문제


Find 100 from a Matrix and Replace With 0 with less computation time
pls use this matrix x = [208 40 167 180 112 70 192 215 90 19 231 100 9 100 97 100 ...

9년 초과 전 | 1 | 솔버 수: 106

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

10년 초과 전

문제


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

10년 초과 전 | 4 | 솔버 수: 481

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

10년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10년 초과 전