Savannah - MATLAB Central
photo

Savannah


Last seen: 4 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

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

0 Problemas
86 Soluciones

CLASIFICACIÓN
N/A
of 297.827

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.479

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
5.845
of 159.623

CONTRIBUCIONES
0 Problemas
86 Soluciones

PUNTUACIÓN
1.002

NÚMERO DE INSIGNIAS
2

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Introduction to MATLAB Master
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


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

4 meses hace

Resuelto


Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]

4 meses hace

Resuelto


Return area of square
Side of square=input=a Area=output=b

4 meses hace

Resuelto


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

4 meses hace

Resuelto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

4 meses hace

Resuelto


Create a vector
Create a vector from 0 to n by intervals of 2.

4 meses hace

Resuelto


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 to use d...

4 meses hace

Resuelto


Find max
Find the maximum value of a given vector or matrix.

4 meses hace

Resuelto


If you have matrix A, create matrix B using matrix A as an "element"
A = [1 2 3 4; 5 6 7 8] B = [1 2 3 4 1 2 3 4; 5 6 ...

4 meses hace

Resuelto


Square root of a number
Write a code that will output the square root of x.

4 meses hace

Resuelto


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

4 meses hace

Resuelto


Log of a number
Write a script that will give the log of x as output.

4 meses hace

Resuelto


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

4 meses hace

Resuelto


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

4 meses hace

Resuelto


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

4 meses hace

Resuelto


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

4 meses hace

Resuelto


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

4 meses hace

Resuelto


Positive Infinity
Round the array a towards positive infinity

4 meses hace

Resuelto


Negative Infinity
Round the given array a towards negative infinity.

4 meses hace

Resuelto


Find The area of the square
Given that the length of the side of a square is x, find the area.

4 meses hace

Resuelto


Create sequnce 1 4 9 16 25.........
Create sequnce 1 4 9 16 25......... upto entered input value using matlab scripting commands. Let y be output and x be input

4 meses hace

Resuelto


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

4 meses hace

Resuelto


Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...

4 meses hace

Resuelto


Power Numbers
Find the n-th power of m.

4 meses hace

Resuelto


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

4 meses hace

Resuelto


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

4 meses hace

Resuelto


Slope intercept application
Find y given slope (m), x, and y intercept (b).

4 meses hace

Resuelto


Circle : Square

4 meses hace

Resuelto


EZ6

4 meses hace

Cargar más