Ildeberto de los Santos Ruiz - MATLAB Central
photo

Ildeberto de los Santos Ruiz


Last seen: 約2ヶ月 前 2019 年からアクティブ

Followers: 1   Following: 0

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

統計

All
CodyFile ExchangeMATLAB AnswersThingSpeakFrom 02/19 to 05/25Use left and right arrows to move selectionFrom 02/19Use left and right arrows to move left selectionTo 05/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 質問
7 回答

File Exchange

14 ファイル

Cody

0 問題
15 解答

ThingSpeak

7 パブリック チャネル

ランク
4,211
of 298,401

評判
12

コントリビューション
0 質問
7 回答

回答採用率
0.00%

獲得投票数
2

ランク
2,633 of 20,583

評判
642

平均評価
5.00

コントリビューション
14 ファイル

ダウンロード
91

ALL TIME ダウンロード
5102

ランク
27,291
of 161,090

コントリビューション
0 問題
15 解答

スコア
172

バッジ数
1

コントリビューション
0 投稿

コントリビューション
7 パブリック チャネル

平均評価
61

コントリビューション
0 ハイライト

平均いいねの数

  • 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

バッジを表示

Feeds

チャネル


ClimaArtificial
Registro de un aire acondicionado

7ヶ月 前

チャネル


Recolector

1年以上 前

チャネル


Test
Test Channel

1年以上 前

送信済み


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

約2年 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

チャネル


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

約2年 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

送信済み


inequalityplot
Plot inequalities in 2-D space

3年弱 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

チャネル


NetworkTwo
Digital twin of the Hydroinformatics Laboratory TecNM · ITTG

約3年 前

チャネル


NetworkOne
Digital twin of the Hydroinformatics Laboratory TecNM · ITTG

約3年 前

チャネル


Data Logging
CO2 Monitoring

約3年 前

回答済み
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...

4年弱 前 | 0

回答済み
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 ==...

4年弱 前 | 0

解決済み


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

4年弱 前

解決済み


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

4年弱 前

解決済み


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

4年弱 前

解決済み


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

4年弱 前

解決済み


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

4年弱 前

解決済み


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

4年弱 前

回答済み
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])

4年弱 前 | 2

送信済み


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

4年以上 前 | ダウンロード 5 件 |

5.0 / 5
Thumbnail

送信済み


Moody chart
Plots the Moody chart.

4年以上 前 | ダウンロード 23 件 |

5.0 / 5
Thumbnail

送信済み


Colebrook-White Equation
Computes the friction factor in pipes for given values of the Reynolds number (Re) and the relative roughness coefficient (epsil...

4年以上 前 | ダウンロード 33 件 |

5.0 / 5
Thumbnail

送信済み


figure2pdf
FIGURE2PDF exports the current MATLAB figure to a PDF file.

5年弱 前 | ダウンロード 4 件 |

5.0 / 5
Thumbnail

さらに読み込む