photo

ITACHI UCHIHA


Last seen: 거의 4년 전 2016년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • Revival Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
how to get a live video and also take snapshots from the video simultaneously using an IP Camera?
url = 'http://192.168.43.1:8080/shot.jpg';%ip address for steaming %in place of 8080 you have to write your port no which you a...

거의 8년 전 | 0

답변 있음
Calculate XYZ for point P in realworld for imagepoint O (with Instrinsics and Extrensics)
sorry to say but your mathematics is little wrong here, sir, you have used homogeneous 3d coordinates system in right hand side...

거의 8년 전 | 0

문제를 풀었습니다


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

거의 8년 전

문제를 풀었습니다


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

거의 8년 전

문제를 풀었습니다


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

거의 8년 전

문제를 풀었습니다


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

거의 8년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

거의 8년 전

문제를 풀었습니다


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

거의 8년 전

문제를 풀었습니다


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

거의 8년 전