Community Profile

photo

Wagner Oliveira


Last seen: 7ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

Systems Engineering Student

Programming Languages:
PHP
Spoken Languages:
Portuguese

統計

  • MATLAB Central Treasure Hunt Finisher
  • CUP Challenge Master
  • Project Euler I
  • Commenter
  • Introduction to MATLAB Master
  • Promoter
  • Cody Problems in Japanese Master
  • Community Group Solver
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Convert Angstrom to Meters
Write a code that converts the angstrom unit to meters.(A is angstrom and m is meters.)

1年以上 前

解決済み


Round2 Three Times Fight!
Your function should round the numbers then multyply them by 2 then repeat them three times

1年以上 前

解決済み


Rankine to Celsius Converter
Given input R, degrees Rankine, convert into degrees Celsius.

1年以上 前

解決済み


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

1年以上 前

解決済み


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

1年以上 前

解決済み


kmph to mph converter
Convert the speed in miles/hour to km/hour.

1年以上 前

解決済み


currency converter
given a rate of exchange calculate the equivalent units of 100 USD

1年以上 前

解決済み


Number Puzzles - 001

1年以上 前

解決済み


Nth root
Nth root of a number x

1年以上 前

解決済み


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

1年以上 前

解決済み


Square root of number
Square root of given number.

1年以上 前

解決済み


Square
square root of x

1年以上 前

解決済み


square root
Find square root of given number

1年以上 前

解決済み


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

1年以上 前

解決済み


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

1年以上 前

解決済み


Create a two dimensional zero matrix
You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros. Exam...

1年以上 前

解決済み


Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm

1年以上 前

解決済み


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

1年以上 前

解決済み


Matlab Basics - Rounding I
Write a script to round x DOWN to the next lowest integer: e.g. x = 2.3 --> x = 2 also: x = 2.7 --> x = 2

1年以上 前

解決済み


Matlab Basics II - Count rows in a matrix
Write a function that returns that number of rows in a vector or matrix x example: x = [1; 2; 3] output = 3

1年以上 前

解決済み


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

1年以上 前

解決済み


02 - Vector Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2a.png>>

1年以上 前

解決済み


Square a Number
Given an input x, return y, which is equal to the square of x.

1年以上 前

解決済み


Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...

1年以上 前

解決済み


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

1年以上 前

解決済み


square root
Find the square root (y) of an input (x).

1年以上 前

解決済み


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

1年以上 前

解決済み


Sum of first n positive integers
Given n, find the sum of first n positive integers Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these terms is 55

1年以上 前

解決済み


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

1年以上 前

解決済み


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

1年以上 前

さらに読み込む