Alex - MATLAB Central
photo

Alex


Last seen: 12 mesi fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

CodyFrom 04/23 to 04/25Use left and right arrows to move selectionFrom 04/23Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
Cody

0 Problemi
86 Soluzioni

RANK
N/A
of 298.066

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 20.530

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
5.675
of 160.267

CONTRIBUTI
0 Problemi
86 Soluzioni

PUNTEGGIO
1.003

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Introduction to MATLAB Master
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


kmph to mps
convert kilometer per hour to meter per second

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


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]

quasi 2 anni fa

Risolto


Calculate the area of a circle
Given a circle of diameter x calculate its area

quasi 2 anni fa

Risolto


Square root of number
Square root of given number.

quasi 2 anni fa

Risolto


Perfect Square or not
find Given input x is perfect square or not,if yes then output y=1.else y=0

quasi 2 anni fa

Risolto


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

quasi 2 anni fa

Risolto


Min of a Matrix
Return the minimum value in the given matrix.

quasi 2 anni fa

Risolto


Find remainder when x is divided by 3
Find remainder when x is divided by 3

quasi 2 anni fa

Risolto


first element of matrix
find the first elements of a column matrix

quasi 2 anni fa

Risolto


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

quasi 2 anni fa

Risolto


Vector Multiplication
Vector Multiplication of three matrix as shown in test cases.

quasi 2 anni fa

Risolto


Degrees to Radian
Convert degrees to radians

quasi 2 anni fa

Risolto


Radians to Degrees
Convert radians to degrees.

quasi 2 anni fa

Risolto


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

quasi 2 anni fa

Risolto


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

quasi 2 anni fa

Risolto


First N Perfect Squares
*Description* Return the first N perfect squares *Example* input = 4; output = [ 1 4 9 16 ];

quasi 2 anni fa

Risolto


Array of Ones
Create a 100 X 100 array of ones.

quasi 2 anni fa

Risolto


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

quasi 2 anni fa

Risolto


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

quasi 2 anni fa

Risolto


radius of a spherical planet
You just measured its surface area, that is the input.

quasi 2 anni fa

Risolto


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

quasi 2 anni fa

Risolto


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

quasi 2 anni fa

Risolto


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

quasi 2 anni fa

Risolto


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

quasi 2 anni fa

Risolto


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

quasi 2 anni fa

Risolto


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

quasi 2 anni fa

Risolto


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


convert matrix to single column
given any matrix, convert it to single column

quasi 2 anni fa

Carica altro