Community Profile

photo

Gerardo Domínguez Ramírez


Last seen: etwa ein Jahr vor Aktiv seit 2022

Followers: 0   Following: 0

Mechatronics student who loves automation, control, machine learning and AI. Also develops web apps.

Programming Languages:
Python, C, Javascript, MATLAB, HTML, CSS, Arduino
Spoken Languages:
English, German, Spanish
Professional Interests:
Industrial Automation Applications, Web Apps, AI for Signals and Images, Control Systems

Statistiken

  • MATLAB Central Treasure Hunt Finisher
  • Cody 10th Anniversary 10-Day Streak
  • Scholar
  • Speed Demon
  • Creator
  • Cody Problems in Japanese Master
  • Draw Letters
  • Promoter
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Commenter
  • Community Group Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Power Numbers
Find the n-th power of m.

mehr als ein Jahr vor

Gelöst


Determine whether the input is divisible by 3 as well as 5
If the input is divisible by 3 as well as 5 then the output should be 'true' otherwise 'false'

mehr als ein Jahr vor

Gelöst


Find square of given number
Find Square of any number

mehr als ein Jahr vor

Gelöst


For a rectangle, if x is the length and 2x is width. Then find out x from the area of the rectangle?
For a rectangle, if x is the length and 2x is the width. Then find out x from the area of the rectangle? if the area is equal...

mehr als ein Jahr vor

Gelöst


Slope of the line passing through two points
Determine the slope of a line passing through the points a=[x1 y1] and b=[x2 y2].

mehr als ein Jahr vor

Gelöst


find "greatest common divisor" of two integer value
A function to find Greatest Common Divisor of two integer input E.G. x=-18 y=96 output should be +6 x=-18; y=96; >>your...

mehr als ein Jahr vor

Gelöst


Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]

mehr als ein Jahr vor

Gelöst


find the value

mehr als ein Jahr vor

Gelöst


Count me in
Count the number of occurrences of the second input in the first input Ex. x1 = 12344455511; x2 =2; output = 1 ...

mehr als ein Jahr vor

Gelöst


Calculating Ring Area
In two-dimensional space, a ring can be constructed by using two concentric circles. Determine the area of a ring which has r1 ...

mehr als ein Jahr vor

Gelöst


Magnitude of a vector
Given a vector x, what is its magnitude?

mehr als ein Jahr vor

Gelöst


Calculate solution of given polynomial
For example, y=function([3 -2 -4]) In here, input vector indicate 3*x^2-2*x-4, y is solution of former equation. y=[1.5...

mehr als ein Jahr vor

Gelöst


solve for y that is half as much as three less than one tenth of x
function y = half(x) y = (x * .1); end

mehr als ein Jahr vor

Gelöst


Form a square matrix from four square sub-matrices
Create a square matrix, y, from 4 square sub-matrices that will be constructed (x1, x2, x3, x4): y = [x1 x2; x3 x4]; ...

mehr als ein Jahr vor

Gelöst


Ounces to Kilograms
convert ounces to kilograms, easy

mehr als ein Jahr vor

Gelöst


World Cup 2018 Prediction!
Which team will be the winner?

mehr als ein Jahr vor

Gelöst


calculate Compound Intrest
Calculate Compound Intrest for given data

mehr als ein Jahr vor

Gelöst


Matrix Generation from Vector Multiplication
Output the matrix generated from multiplying two vectors together

mehr als ein Jahr vor

Gelöst


My Problem, Find the square of the horizontal concatenation of the third and fifth elements of a vector.
given the 1x5 vector x, y must be the square of the horizontal concatenation of the third and fifth elements. So, if x = [1 1 1 ...

mehr als ein Jahr vor

Gelöst


Create an m x n array consisting only of an input value.
Create an array with m rows and n columns wherein all entries are assigned the input value x.

mehr als ein Jahr vor

Gelöst


Find difference of two set as per example
Find difference of two set as per example Say x=[1:5] and y=[2:6] then, set_diff(x,y) should give output[1] and set_diff(y...

mehr als ein Jahr vor

Gelöst


Display positive elements of matrix.
Display positive elements of matrix.

mehr als ein Jahr vor

Gelöst


Back to Basics - New Data Type in R2016b - convert a char to a string
Convert an char array into a string.

mehr als ein Jahr vor

Gelöst


Median computation (★)
Given a vector of values, compute the median. The median is defined as the middle value in a set of *sorted* data. Thus, if ...

mehr als ein Jahr vor

Gelöst


Perfect Square
Determine if the input is a perfect square (square of an integer) or not. Example - If input is 25(==5^2), return 1. If input...

mehr als ein Jahr vor

Gelöst


Find Logic 28

mehr als ein Jahr vor

Gelöst


Consecutive Powers
Return 2 numbers and 2 powers such that their difference is 1 A 4 element row vector is expected: x where x(1)^x(2) - x(...

mehr als ein Jahr vor

Gelöst


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 ]

mehr als ein Jahr vor

Gelöst


Sort rows of a matrix
Sort rows of matrix A in an ascending order according to the last column Example input: A = [1 2 3;7 8 9;4 5 6]; Exam...

mehr als ein Jahr vor

Gelöst


imaginary

mehr als ein Jahr vor

Mehr laden