photo

Luca Ferro


Last seen: 1 year 前 自 2023 起处于活动状态

Followers: 0   Following: 0

Scripting enthusiast

统计学

All
  • MATLAB Central Treasure Hunt Finisher
  • 3 Month Streak
  • Knowledgeable Level 4
  • Speed Demon
  • CUP Challenge Master
  • First Review
  • Thankful Level 3
  • First Answer
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • Community Group Solver

查看徽章

Feeds

排序方式:

已解决


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

2 years 前

已解决


Number of 1s in the Binary Representation of a Number
*Description* Return the number of 1s in the (unsigned integer) binary representation of a number. This function should be ab...

2 years 前

已解决


Energy Conversion 1

2 years 前

已解决


Energy Conversion 2

2 years 前

已解决


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

2 years 前

已解决


Area Conversion 2

2 years 前

已解决


Area Conversion 1

2 years 前

已解决


Mass Conversion 2

2 years 前

已解决


Mass Conversion 1

2 years 前

已解决


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

2 years 前

已解决


Temperature Conversion 2

2 years 前

已解决


Temperature Conversion 1

2 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

2 years 前

已解决


Find Logic 12

2 years 前

已解决


Find Logic 11

2 years 前

已解决


Find Logic 14

2 years 前

已解决


Find Logic 18

2 years 前

已解决


Find Logic 19

2 years 前

已解决


Find Logic 16

2 years 前

已解决


Find Logic 15

2 years 前

已解决


Find Logic 13

2 years 前

已解决


Find Logic 10

2 years 前

已解决


Find Logic 7

2 years 前

已解决


Find Logic 8

2 years 前

已解决


Find Logic 3

2 years 前

已解决


Find Logic 4

2 years 前

已解决


Find Logic 1

2 years 前

已解决


Laws of motion 6

2 years 前

已解决


Laws of motion 1

2 years 前

已解决


Change the sign of even index entries of the reversed vector
change the signs of the even index entries of the reversed vector example 1 vec = [4 -1 -2 9] ans = [9 2 -1 -4] example2...

2 years 前

加载更多