Community Profile

photo

Adrián Lascurain


Last seen: 3 días hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

All
  • Thankful Level 3
  • Cody 10th Anniversary 10-Day Streak
  • Scholar
  • Draw Letters
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Promoter
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

más de 1 año hace

Resuelto


Matlab Basics II - Operations and Matrix Dimensions
Write a function that takes two inputs, a & b, and outputs the sum and product of the two matrices. The matrices have OPPOSITE d...

más de 1 año hace

Resuelto


Summy's odd sum

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Summy's even sum

más de 1 año hace

Resuelto


Write a function to generate AND operation

más de 1 año hace

Resuelto


Swap the first and last columns (★★)
(copy of Prob 19) Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becom...

más de 1 año hace

Resuelto


Element-wise vector product (★)
Given two vectors x and y, compute their element-wise product z. Thus, if x = [1 3 5] and y = [0.5 -1 2], then z = [1*0.5...

más de 1 año hace

Resuelto


Rotate counterclockwise a matrix 90 deg with left-bottom element
Example: Input [ 1 2 3 4 5 6 ] Output [ 3 6 2 5 1 4 ]

más de 1 año hace

Resuelto


Swap

más de 1 año hace

Resuelto


Row avg

más de 1 año hace

Resuelto


NaN

más de 1 año hace

Resuelto


Find the distance traveled by a car given velocity and time.
A car is traveling at a constant velocity for a specific amount of time. The function should use the two inputs, velocity and ti...

más de 1 año hace

Resuelto


Calculate the answer to life the universe and everything
<https://en.wikipedia.org/wiki/42_(number)>

más de 1 año hace

Resuelto


Row sum

más de 1 año hace

Resuelto


PIN code

más de 1 año hace

Resuelto


The great 82-year-old
Let's answer the question below; 'I am *x* years old and I have never written programs. If I study from now, will I be able ...

más de 1 año hace

Resuelto


Find sum of negative elements in row.
Find sum of negative elements in row. Example x=[1 -5 3 4 -6 6 7 8 9 10] result = -11

más de 1 año hace

Resuelto


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

más de 1 año hace

Resuelto


Find the sum of the largest two elements in a vector
With this one, you have to find the two largest elements in a vector and output the sum of those numbers.

más de 1 año hace

Resuelto


step function

más de 1 año hace

Resuelto


Values in Array
How many values are in the array

más de 1 año hace

Resuelto


Square
square root of x

más de 1 año hace

Resuelto


area

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


cube of number
find cube of number

más de 1 año hace

Resuelto


square of a number
find square of a given number

más de 1 año hace

Resuelto


square root
Find square root of given number

más de 1 año hace

Resuelto


Find square of given number
Find Square of any number

más de 1 año hace

Resuelto


Calculate Resistance 2
In this problem, you have to calculate Resistance R of a linear conductor having voltage V across it and current I is passing i...

más de 1 año hace

Cargar más