photo

Adrian Quesada


Last seen: 4 days 前 自 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 个答案

排名
38,738
of 300,381

声誉
1

贡献数
8 个提问
3 个回答

回答接受率
37.5%

收到投票数
1

排名
5,291 of 20,941

声誉
246

平均
0.00

贡献数
13 文件

下载次数
26

ALL TIME 下载次数
135

排名
14,465
of 168,477

贡献数
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 months 前 | 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 months 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

3 months 前 | 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 months 前 | 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 months 前 | 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 months 前 | 1 次下载 |

0.0 / 5

已提交


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

3 months 前 | 4 次下载 |

0.0 / 5
Thumbnail

已提交


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

3 months 前 | 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 months 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

3 months 前 | 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 months 前 | 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 months 前 | 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 year 前 | 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 years 前

已解决


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 years 前

提问


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 years 前 | 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 years 前 | 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 years 前 | 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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

提问


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 years 前 | 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 years 前 | 2 个回答 | 1

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 years 前

提问


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 years 前 | 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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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

8 years 前

加载更多