Community Profile

photo

Rajamani Sarvesh I


2019 年からアクティブ

統計

  • Solver

バッジを表示

Content Feed

表示方法

解決済み


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

4年以上 前

解決済み


only input
Return the output without writing any code into the function.

4年以上 前

解決済み


Determine the square root
Determine the square root of the value the user has entered, n.

4年以上 前

解決済み


Test if a Number is a Palindrome without using any String Operations
*Description* Given an integer _X_, determine if it is a palindrome number. That is, _X_ is equal to the _X_ with the digits ...

4年以上 前