photo

TITTU GEORGE


HAL

Last seen: 約2ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Solver
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

解決済み


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

8ヶ月 前

解決済み


Find the peak 3n+1 sequence value
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

8ヶ月 前

解決済み


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

8ヶ月 前

解決済み


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

8ヶ月 前

解決済み


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ヶ月 前

回答済み
I want to down sample my vehicle speed.
Filtering the differnce equation to get acceleration can be considered..This will help in removing the noise

8ヶ月 前 | 0

回答済み
How do I add lines on a scatter graph?
% this is to generate sample data x1=[1 , 2, 3, 4 ,5]; y1=[10, 20 ,30, 40, 50]; % this is to generate sample data x2=x1-2; ...

1年以上 前 | 0

| 採用済み