Emma Strausser - MATLAB Central
photo

Emma Strausser


Last seen: alrededor de 2 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

CodyFrom 03/23 to 04/25Use left and right arrows to move selectionFrom 03/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 Problemas
83 Soluciones

CLASIFICACIÓN
N/A
of 298.204

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.548

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
3.960
of 160.571

CONTRIBUCIONES
0 Problemas
83 Soluciones

PUNTUACIÓN
1.029

NÚMERO DE INSIGNIAS
3

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Sum of odd numbers in a matrix
Find the sum of all the odd numbers in a matrix. Example x = [2 3 5 7 1 4 11] y = 27

casi 2 años hace

Resuelto


Product of elements in row
Product of matrix such that a=[3 3 1] b=9

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Determine whether the number is multiple of 3 or not
Let a=6 and as 6 = 2*3 which means 6 is multiple of 3; return true if a is multiple of 3,otherwise false.

casi 2 años hace

Resuelto


Energy Conversion 2

casi 2 años hace

Resuelto


Energy Conversion 1

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Area Conversion 2

casi 2 años hace

Resuelto


Area Conversion 1

casi 2 años hace

Resuelto


Mass Conversion 2

casi 2 años hace

Resuelto


Mass Conversion 1

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Temperature Conversion 2

casi 2 años hace

Resuelto


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Area of square
Find the area of a square whose diagonal length is given as x.

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Find the max element of the array
Find the max element of the array

casi 2 años hace

Resuelto


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

casi 2 años hace

Resuelto


Double all elements in the array
Duplicate all elements in the array

casi 2 años hace

Resuelto


the average value of the elements
Calculate the average value of the elements in the array

casi 2 años hace

Resuelto


All odd - all even
All odd numbers in x are added, while all even numers are subtracted from this. example: x = [1 2 3 4 5]; y = +(1+3+5)-...

casi 2 años hace

Resuelto


Multiply pi
Multiply pi with x!

casi 2 años hace

Resuelto


Matrix operation

casi 2 años hace

Resuelto


Make an identity matrix whose diagonal elements are 1:n
For a given input n, make an n by n identity matrix that contains the elements 1:n along its diagonal. For example, if input=5: ...

casi 2 años hace

Resuelto


Sum two matrices
Take two incoming matrices, and sum them

casi 2 años hace

Resuelto


Find square of given number
Find Square of any number

casi 2 años hace

Resuelto


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

casi 2 años hace

Resuelto


Add 2 Vectors

casi 2 años hace

Cargar más