photo

Antonio Garcia-Martinez


Last seen: 20일 전 2012년부터 활동

Followers: 0   Following: 0

메시지

Expert Matlab programing, conventional and advanced control designer. State estimator designer/filters. Work with Matlab, Simulink, Arduino, LabVIEW and their linked. Theorical and experimental projects.

Programming Languages:
Python, MATLAB, Arduino, Visual Basic
Spoken Languages:
English, Spanish
Professional Interests:
Simulink, Control Design, Modeling and Prediction, Sciences, Robotics

통계

All
MATLAB Answers

1 질문
1 답변

File Exchange

2 파일

Cody

0 문제
91 답안

순위
7,281
of 300,369

평판
6

참여
1 질문
1 답변

답변 채택
0.0%

획득한 표
1

순위
16,686 of 20,936

평판
6

평균 평점
0.00

참여
2 파일

다운로드 수
10

ALL TIME 다운로드 수
65

순위
2,642
of 168,436

참여
0 문제
91 답안

점수
1,221

배지 수
6

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Community Group Solver
  • Introduction to MATLAB Master
  • First Submission
  • Explorer
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

20일 전

문제를 풀었습니다


Convert radians to degrees
Given input in radians, output to degrees

20일 전

문제를 풀었습니다


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

20일 전

문제를 풀었습니다


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

20일 전

문제를 풀었습니다


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given number of...

20일 전

문제를 풀었습니다


Pi Digit Probability
Assume that the next digit of pi constant is determined by the historical digit distribution. What is the probability of next di...

대략 1개월 전

문제를 풀었습니다


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

대략 1개월 전

문제를 풀었습니다


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

대략 1개월 전

문제를 풀었습니다


Potential energy calculation

대략 1개월 전

문제를 풀었습니다


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

대략 1개월 전

문제를 풀었습니다


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

대략 1개월 전

문제를 풀었습니다


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

대략 1개월 전

문제를 풀었습니다


Laws of motion 6

대략 1개월 전

문제를 풀었습니다


Laws of motion 3

대략 1개월 전

문제를 풀었습니다


Numerical Integration
Input * |x0|, a real number greater than 0 Output * |I|, a numerical estimate of the integral x0 / I...

대략 1개월 전

문제를 풀었습니다


Differential equations I
Given a function handle |f| an initial condition |y0| and a final time |tf|, solve numerically the differential equation dy...

대략 1개월 전

문제를 풀었습니다


Monte-Carlo integration
Write a function that estimates a d-dimensional integral to at least 1% relative precision. Inputs: * d: positive integer....

대략 1개월 전

문제를 풀었습니다


Throwing Dice - Will You Be Eaten By The Dragon?
You and a dragon have agreed to let dice rolls determine whether it eats you or not. The dragon will roll a single die, of x si...

대략 1개월 전

문제를 풀었습니다


There are 10 types of people in the world
Those who know binary, and those who don't. The number 2015 is a palindrome in binary (11111011111 to be exact) Given a year...

대략 1개월 전

문제를 풀었습니다


Plotting Practice
Plot cos(x) vs x as shown in the figure below. Include the appropriate title, x-label, and y-label. Note, it is case sensitive. ...

대략 1개월 전

문제를 풀었습니다


Make a Plot with Functions
Make a plot and test

12개월 전

문제를 풀었습니다


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

12개월 전

문제를 풀었습니다


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

12개월 전

문제를 풀었습니다


Chess probability
The difference in the ratings between two players serves as a predictor of the outcome of a match (the <http://en.wikipedia.org/...

12개월 전

문제를 풀었습니다


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

12개월 전

문제를 풀었습니다


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

12개월 전

문제를 풀었습니다


Create a vector
Create a vector from 0 to n by intervals of 2.

12개월 전

문제를 풀었습니다


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 to use d...

12개월 전

더 보기