photo

Ildeberto de los Santos Ruiz


Last seen: 26 Tage vor Aktiv seit 2019

Followers: 1   Following: 0

Nachricht

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

Statistik

All
MATLAB Answers

0 Fragen
7 Antworten

File Exchange

15 Dateien

Cody

0 Probleme
15 Lösungen

ThingSpeak

7 Öffentlich Kanäle

RANG
4.235
of 300.381

REPUTATION
12

BEITRÄGE
0 Fragen
7 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
2

RANG
2.579 of 20.941

REPUTATION
666

DURCHSCHNITTLICHE BEWERTUNG
5.00

BEITRÄGE
15 Dateien

DOWNLOADS
60

ALL TIME DOWNLOADS
5283

RANG
28.434
of 168.477

BEITRÄGE
0 Probleme
15 Lösungen

PUNKTESTAND
172

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
7 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG
61

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


rsolve - Difference Equation Solver
A MATLAB function for automatically solving linear difference equations using the Z-transform method.

5 Monate vor | 6 Downloads |

0.0 / 5
Thumbnail

Gesendet


epanetOnMap
Reads EPANET .INP files and plots pipelines and junction/reservoir markers on MATLAB geographic basemaps.

5 Monate vor | 1 Download |

5.0 / 5
Thumbnail

Kanal


ClimaArtificial
Registro de un aire acondicionado

etwa ein Jahr vor

Kanal


Recolector

fast 2 Jahre vor

Kanal


Prueba
Canal ThingSpeak para pruebas

etwa 2 Jahre vor

Gesendet


LINCOEFFS: Matrix coefficients of symbolic linear equations
This function extracts the coefficient matrix and the column vector containing the non-homogeneous terms of a system of linear e...

mehr als 2 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Kanal


CO2 Meter
Medidas de concentración de CO2 (ppm)

mehr als 2 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gesendet


inequalityplot
Plot inequalities in 2-D space

mehr als 3 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Kanal


NetworkTwo
Digital twin of the Hydroinformatics Laboratory TecNM · ITTG

mehr als 3 Jahre vor

Kanal


NetworkOne
Digital twin of the Hydroinformatics Laboratory TecNM · ITTG

mehr als 3 Jahre vor

Kanal


Data Logging
CO2 Monitoring

mehr als 3 Jahre vor

Beantwortet
Solving nonlinear equation involving sum
It will take you a long time to evaluate the sum from n = 0 to n = 10000. You can solve it in a short time considering only fro...

mehr als 4 Jahre vor | 0

Beantwortet
How to solve 3 simultaneous algebraic equations with a equality constraint.
You only need to express in terms of and plot that relationship: syms x1 x2 x3 t x3 = solve(x1+x2+x3 == 420,x3) EQ1 = x1 ==...

mehr als 4 Jahre vor | 0

Gelöst


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

mehr als 4 Jahre vor

Gelöst


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

mehr als 4 Jahre vor

Gelöst


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

mehr als 4 Jahre vor

Gelöst


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

mehr als 4 Jahre vor

Gelöst


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

mehr als 4 Jahre vor

Gelöst


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

mehr als 4 Jahre vor

Beantwortet
how can I plot a unit step function?
This is my proposal, I hope it helps you: u = @(t) double(t>=0); h = @(t) u(t-2)-u(t-4); fplot(h,[0,5])

mehr als 4 Jahre vor | 2

Gesendet


Water Properties
Computes some physical properties of water dependent on temperature, from 1 to 99 celsius.

fast 5 Jahre vor | 4 Downloads |

5.0 / 5
Thumbnail

Gesendet


Moody chart
Plots the Moody chart.

etwa 5 Jahre vor | 17 Downloads |

5.0 / 5
Thumbnail

Mehr laden