Community Profile

photo

Adrian Quesada


Tecnológico de Costa Rica

Last seen: 8일 전 2016년부터 활동

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

통계

All
  • 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

배지 보기

Content Feed

보기 기준

제출됨


Pressure
Esta aplicación busca que el estudiante comprenda el efecto de la variación de la presión de manera interactiva

4개월 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Método Numérico de Falsa Posición
Material didáctico interactivo que aborda los fundamentos del método numérico de Falsa Posición que se enseñan en los cursos de ...

1년 초과 전 | 다운로드 수: 37 |

제출됨


Método Numérico de Bisección
Material didáctico interactivo que aborda los fundamentos del método numérico de Bisección que se enseñan en los cursos de ingen...

1년 초과 전 | 다운로드 수: 15 |

제출됨


Theories of Failure
The purpose of this applet is the visualization of generalized principal stress and the safety factor

대략 2년 전 | 다운로드 수: 10 |

Thumbnail

제출됨


Mohr-Coulomb
The purpose of this applet is the visualization of generalized principal stress and the safety factor by means of Mohr Coulomb c...

2년 초과 전 | 다운로드 수: 28 |

Thumbnail

제출됨


Pipes Friction Factor
Compute the pipes friction factor using the Colebrook - White and Swamee - Jain equations

2년 초과 전 | 다운로드 수: 2 |

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

대략 4년 전

문제를 풀었습니다


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

대략 4년 전

제출됨


Water Properties & Pipes Diameters Filter
Filter water properties at different temperatures, as well as filter pipe diameters according to the material.

4년 초과 전 | 다운로드 수: 1 |

Thumbnail

질문


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

4년 초과 전 | 답변 수: 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,...

거의 5년 전 | 답변 수: 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...

거의 5년 전 | 답변 수: 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...

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

문제를 풀었습니다


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

5년 초과 전

질문


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)'; ...

5년 초과 전 | 답변 수: 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.

5년 초과 전 | 답변 수: 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...

대략 6년 전

질문


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

6년 초과 전 | 답변 수: 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...

6년 초과 전

문제를 풀었습니다


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

6년 초과 전

문제를 풀었습니다


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

6년 초과 전

문제를 풀었습니다


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

6년 초과 전

문제를 풀었습니다


Archimedes principle
According to Archimedes principle, the buoyancy force is equal to the weight of fluid displaced by the submerged portion of an o...

6년 초과 전

문제


Archimedes principle
According to Archimedes principle, the buoyancy force is equal to the weight of fluid displaced by the submerged portion of an o...

6년 초과 전 | 1 | 솔버 수: 32

문제를 풀었습니다


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

6년 초과 전

문제를 풀었습니다


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

6년 초과 전

문제를 풀었습니다


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

6년 초과 전

문제를 풀었습니다


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

6년 초과 전

더 보기