photo

Adrian Quesada


Last seen: 2日 前 2016 年からアクティブ

Followers: 3   Following: 1

Programming Languages:
MATLAB
Spoken Languages:
English, Spanish
Pronouns:
He/him

統計

All
MATLAB Answers

8 質問
3 回答

File Exchange

13 ファイル

Cody

1 問題
25 解答

ランク
78,295
of 300,369

評判
0

コントリビューション
8 質問
3 回答

回答採用率
37.5%

獲得投票数
0

ランク
5,291 of 20,936

評判
246

平均評価
0.00

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

ダウンロード
26

ALL TIME ダウンロード
135

ランク
14,464
of 168,436

コントリビューション
1 問題
25 解答

スコア
380

バッジ数
5

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

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

平均評価

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

平均いいねの数

  • GitHub Submissions Level 3
  • Thankful Level 2
  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 2
  • First Submission
  • Thankful Level 1
  • Speed Demon
  • Promoter
  • CUP Challenge Master
  • Commenter
  • Solver

バッジを表示

Feeds

表示方法

送信済み


Mesh-FEA-Plate2D
📘 MATLAB app to demonstrate the importance of meshing in 2D plate FEA, comparing analytical vs numerical solutions with errors.

2ヶ月 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Open-Numerical-Methods
MATLAB app for root finding with Newton and Fixed-Point. Iterations, errors, and convergence plots for teaching.

2ヶ月 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Bracketing-Numerical-Methods
📘 Interactive MATLAB App for root finding via bracketing methods: Bisection and False Position.

2ヶ月 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


DHT22-Temperature-and-Humidity-Plotter-MATLAB-App
Real-time DHT22 temperature & humidity plotting in MATLAB via Arduino. Open, collaborative project for community improvements.

3ヶ月 前 | ダウンロード 5 件 |

0.0 / 5
Thumbnail

送信済み


Circulo de Mohr
Interactive MATLAB Live Script to learn and apply Mohr’s Circle (2D) with theory, examples, and step-by-step stress transformati...

3ヶ月 前 | ダウンロード 0 件 |

0.0 / 5
Thumbnail

送信済み


Metodo-Numerico-de-Falsa-Posicion
Interactive MATLAB Live Script for solving nonlinear equations using the False Position method. Ideal for teaching and learning....

3ヶ月 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Hydrostatic Pressure Calculator
📘 Interactive MATLAB app to calculate hydrostatic pressure from depth, density, and gravity.

3ヶ月 前 | ダウンロード 4 件 |

0.0 / 5
Thumbnail

送信済み


Pipes Friction Factor
📘 Interactive MATLAB app to calculate the Darcy friction factor in pipe flows.

3ヶ月 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


Water Properties & Pipes Diameters Filter
Interactive MATLAB app for filtering water properties and pipe roughness. Ideal for hydraulics, fluid mechanics, and engineering...

3ヶ月 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Mohr - Coulomb
📘 Interactive MATLAB App for evaluating 2D stress states using the Mohr–Coulomb failure criterion.

3ヶ月 前 | ダウンロード 3 件 |

0.0 / 5
Thumbnail

送信済み


Theories-of-Failure
Interactive MATLAB app for visualizing stress-based failure theories: Rankine, Tresca, and von Mises. Ideal for engineering educ...

3ヶ月 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Metodo-numerico-de-Biseccion
Este repositorio contiene una implementación en Matlab del método numérico de bisección para encontrar las raíces de una función...

7ヶ月 前 | ダウンロード 2 件 |

0.0 / 5

送信済み


Velocity and pressure profile in pipes
The Velocity Profile and Pressure Drop Plotting App is a powerful and user-friendly tool designed to assist students in analyzin...

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

0.0 / 5
Thumbnail

解決済み


Inscribed Pentagon?
Your function will be provided with the five vertices of a pentagon (p) as well as the center point (cp) and radius (r) of a cir...

6年弱 前

解決済み


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

6年弱 前

質問


How can I use Menu bar for multiple options check?
Hi all I am trying to create an app on the App Designer. This app will have the option to be in English and Spanish, so the us...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


How to make two drop down Dependent
I have two drop down on my App Designer app, like this: DropDown1.Items = {'1','2','3','4','5'}; DropDown1.ItemsData = [1,2,3,...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


How to find position of a number in an array using a drop down
Lets say P=[1 2 3;4 5 6; 7 8 9] is there any way to use a drop down in GUI or App Designer to search for a value in the first co...

6年以上 前 | 1 件の回答 | 0

1

回答

解決済み


Find the nearest prime number
Happy 5th birthday, Cody! Since 5 is a prime number, let's have some fun looking for other prime numbers. Given a positive in...

7年弱 前

解決済み


Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. A <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer w...

7年弱 前

解決済み


Extra safe primes
Did you know that the number 5 is the first safe prime? A safe prime is a prime number that can be expressed as 2p+1, where p is...

7年弱 前

解決済み


Octoberfest festival
A group of students decided to visit Octoberfest festival. First they ordered one beer, then after half-hour they taken one more...

7年弱 前

質問


How to write a vector in uitable?
I have this columns names on the Matlab UITable app.UITable.ColumnName = {'Iteracion'; 'Xl'; 'Xu'; 'Xr'; 'f(Xl)'; 'f(Xr)'; ...

約7年 前 | 0 件の回答 | 0

0

回答

質問


How do I make an App window full screen programmatically in MATLAB?
I have a Matlab app, and I would like that it starts always maximized without using the mouse to maximize the figure window.

約7年 前 | 2 件の回答 | 0

2

回答

解決済み


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

8年弱 前

質問


Plotting two continuous figures
Hi I need to make two graphs in one figure. I have to plot the current vrs the voltage, for this I use the following command: ...

約8年 前 | 0 件の回答 | 0

0

回答

解決済み


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

約8年 前

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

約8年 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

約8年 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

約8年 前

さらに読み込む