답변 있음
How to create an Object insertable in a 3D plot?
One approach could be to leverage the plotted object's XData, YData, and ZData, homogeneous coordinates, and the |makehgtform| f...

6년 초과 전 | 0

제출됨


Surface area
Calculate surface area and centroid of a surface or mesh.

6년 초과 전 | 다운로드 수: 13 |

Thumbnail

제출됨


Density altitude calculator
Finds altitude in the atmosphere as a function of air density.

거의 7년 전 | 다운로드 수: 12 |

Thumbnail

제출됨


Show Origin
Sets the limits of axes such that the origin is shown.

대략 7년 전 | 다운로드 수: 3 |

Thumbnail

제출됨


MCD - My change directory
Very quickly switch to a recent or preferred directory - all from the command line.

대략 7년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Simple propulsion performance estimation
Tools for simple estimation of aircraft propulsion performance.

대략 7년 전 | 다운로드 수: 7 |

Thumbnail

답변 있음
Reaching the element of an array passed to a function
The first step needs to be to find the indices of the array that correspond to the conditional statement. You can use something ...

대략 7년 전 | 0

| 수락됨

제출됨


TXTMENU - Text-Based Menu for the Command Window
Like the built-in MENU function, but all in the command prompt so fingers never leave the keyboard.

대략 7년 전 | 다운로드 수: 4 |

Thumbnail

답변 있음
How do i fit my data with two functions and a knot between them
The |tanh| function can be handy for creating a one-liner piece-wise function for feeding into a curve fitting tool. If you don'...

대략 7년 전 | 0

| 수락됨

제출됨


VGRID: utility to help vectorize code
VGRID helps vectorize code to handle n-d variables as inputs for e.g. trapz.

대략 8년 전 | 다운로드 수: 1 |

제출됨


cch - close, clear, home
CCH saves keystrokes in resetting MATLAB by running the commands close, clear, and home.

대략 8년 전 | 다운로드 수: 1 |

제출됨


DISPDISP - verbose display of structures and objects
Display more information about field and properties of struct or object.

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

Thumbnail

제출됨


Validated Input Function
Like the built-in input function but with the ability to impose constraints and checks on user input

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

Thumbnail

제출됨


fevaln: feval with control of the order of the outputs
Return the nth output first. Especially useful for defining anonymous functions for use with search.

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

제출됨


Fuel fraction sizing
Finds aircraft gross weight using the fuel fraction sizing method

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

Thumbnail

문제를 풀었습니다


poll: would you like the regexp (?@cmd) functionality to be banned in Cody?
This problem is a poll (and a little bit of "white hat hacktivism" as well) regarding Cody users sentiment about the use of rege...

대략 9년 전

문제를 풀었습니다


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

대략 9년 전

문제를 풀었습니다


pressure to dB?
given x ratio of pressure, find corresponding y dB

대략 9년 전

문제를 풀었습니다


Return the Nth Output from an Input Command
*Description* Given _F_, a cell array whose first element is a function handle and subsequent elements are arguments, return ...

대략 9년 전

문제를 풀었습니다


Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.

대략 9년 전

문제를 풀었습니다


Pizza value using expression with parentheses
Pizza prices are typically listed by diameter, rather than the more relevant feature of area. Compute a pizza's value (cost per ...

대략 9년 전

문제를 풀었습니다


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

대략 9년 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

9년 초과 전

문제를 풀었습니다


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

9년 초과 전

문제를 풀었습니다


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. <<http://upload...

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

더 보기