Statistiques
RANG
194 380
of 300 853
RÉPUTATION
0
CONTRIBUTIONS
1 Question
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 21 094
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
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]
plus de 3 ans il y a
A résolu
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
plus de 3 ans il y a
A résolu
Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...
plus de 3 ans il y a
A résolu
Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...
plus de 3 ans il y a
A résolu
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
plus de 3 ans il y a
A résolu
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
plus de 3 ans il y a
A résolu
What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix. Example: Input x = [ 1 2 0 0 0 0 6 9 3 3 ] ...
plus de 3 ans il y a
A résolu
Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...
plus de 3 ans il y a
A résolu
Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.
plus de 3 ans il y a
A résolu
Determine the square root
Determine the square root of the value the user has entered, n.
plus de 3 ans il y a
A résolu
An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...
plus de 3 ans il y a
A résolu
Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.
plus de 3 ans il y a
A résolu
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
plus de 3 ans il y a
A résolu
Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...
plus de 3 ans il y a
A résolu
Random Problem14 - Multiply a vector by a scalar of 2
Multiply a vector by a scalar of 2
plus de 3 ans il y a
A résolu
find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y
plus de 3 ans il y a
A résolu
Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.
plus de 3 ans il y a
A résolu
Total resistance of resistors in parallel
What is the total resistance of a number of resistors in parallel? A vector R contains the resistances (in Ohm) of n resistors,...
plus de 3 ans il y a


