Community Profile

photo

Gerardo Domínguez Ramírez


Last seen: ongeveer een jaar ago Active since 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

Statistics

  • 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

View badges

Feeds

View by

Solved


Power Numbers
Find the n-th power of m.

meer dan een jaar ago

Solved


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'

meer dan een jaar ago

Solved


Find square of given number
Find Square of any number

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


find the value

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


Ounces to Kilograms
convert ounces to kilograms, easy

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


calculate Compound Intrest
Calculate Compound Intrest for given data

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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.

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


Find Logic 28

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


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 ]

meer dan een jaar ago

Solved


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

meer dan een jaar ago

Solved


imaginary

meer dan een jaar ago

Load more