Ildeberto de los Santos Ruiz - MATLAB Central
photo

Ildeberto de los Santos Ruiz


Last seen: 15 días hace Con actividad desde 2019

Followers: 1   Following: 0

Mensaje

Profesor en el TecNM, adscrito al Instituto Tecnológico de Tuxtla Gutiérrez.

Programming Languages:
Python, C++, C, Java, Javascript, MATLAB, HTML, CSS, Arduino, Assembly
Spoken Languages:
English, Spanish
Pronouns:
He/him

Estadística

All
CodyFile ExchangeMATLAB AnswersThingSpeakFrom 02/19 to 03/25Use left and right arrows to move selectionFrom 02/19Use 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%
MATLAB Answers

0 Preguntas
7 Respuestas

File Exchange

14 Archivos

Cody

0 Problemas
15 Soluciones

ThingSpeak

7 Público Canales

CLASIFICACIÓN
4.057
of 297.613

REPUTACIÓN
12

CONTRIBUCIONES
0 Preguntas
7 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
2.668 of 20.457

REPUTACIÓN
631

EVALUACIÓN MEDIA
5.00

CONTRIBUCIONES
14 Archivos

DESCARGAS
70

ALL TIME DESCARGAS
4992

CLASIFICACIÓN
26.919
of 159.263

CONTRIBUCIONES
0 Problemas
15 Soluciones

PUNTUACIÓN
172

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
7 Público Canales

EVALUACIÓN MEDIA
61

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • MATLAB Flipbook Mini Hack Participant
  • MATLAB Mini Hack 2022 Participant
  • Solver
  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 3
  • Knowledgeable Level 1
  • First Answer
  • First Review
  • GitHub Submissions Level 3
  • First Submission

Ver insignias

Feeds

Resuelto


Bit calculation
Give me the count of numbers from 1 to n having their last two bits as 0. For example function y = ret_count(4) y = x...

más de 2 años hace

Resuelto


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

más de 2 años hace

Resuelto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

más de 2 años hace

Resuelto


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

más de 2 años 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 ...

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


Inner product of two vectors
Find the inner product of two vectors.

más de 2 años hace

Resuelto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

más de 2 años hace

Resuelto


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

más de 3 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 3 años hace

Resuelto


The Birthday Phenomenon
First off, leap years are not being considered for this. In fact the year that people are born shouldn't be taken into considera...

más de 3 años hace

Resuelto


Don't be mean. Be nice!
For this problem, you will be given a range of single digits R, and a separate number K. You job is to calculate the mean of al...

más de 3 años hace

Resuelto


ZigZag matrix with reflected format
ZigZag MATRIX with REFLECTED format. We have only input x. We have to create a matrix in the following pattern. input n=5...

más de 3 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

más de 3 años hace

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

casi 5 años hace