Rank: 261 based on 276 downloads (last 30 days) and 9 files submitted
Personal Profile:

www.Airloads.net

Professional Interests:

 

Watch this Author's files

 

Files Posted by ZerO View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 Jul 2010 Screenshot Calculator Simple Calculator , with funny tweaks Author: ZerO game 133 3
10 May 2010 Screenshot Elementary Flow Plots Some Elementary Flows Author: ZerO potential flow, aeronautics 17 0
29 Mar 2010 Screenshot Spacing Function Spacing divides the unit length Author: ZerO aeronautics 6 1
  • 5.0
5.0 | 1 rating
15 Mar 2010 Screenshot Euler Angles Simple Tool To illustrate Euler Angles Author: ZerO aeronautics 12 0
11 Mar 2010 Screenshot Mechanics of Composite Materials simple tool to calculate laminate stresses/strains Author: ZerO aeronautics 25 2
  • 5.0
5.0 | 1 rating
Comments and Ratings by ZerO View all
Updated File Comments Rating
02 Jul 2010 Calculator Simple Calculator , with funny tweaks Author: ZerO

yes thanks ,

calculator here because it does calculate yes , the function name is calc .

while pressing enter or anywhere else out the edit area , the matlab excutes the edit area callback function , this is how the edit area in matlab gui works , so ,
pushing the pi button generate a syntax error yes , only if u type in the edit area with your keyboard and delete what you just wrote , once you press enter or any bushbutton , the matlab automatically excutes the edit area call back function , which means getting the string written in the edit area , which is a
 1-by-0 empty matrix , and then trying to evaluate it , sure you will have a syntax error here , which is a one second message to declare your input error and to reset the edit area to try again.

this problem can be solved by many ways , the most easy one , you can set the edit area enable off , and use the mouse to write down the equation you want .

matlab does not understand what 3.4 sin means , like in the matlab command window , you have to type sin(3.4) .

this can be solved by many ways , the most easy one , is to set the sin button call back function to get the string in the edit area first , put the brackets around it , and get its sin then display result in the edit area , you can make a simple check function to check the input arguments , feel free to add/delete anything .

02 Jul 2010 Calculator Simple Calculator , with funny tweaks Author: ZerO

its written sorry.

15 Dec 2009 Performance Calculates Static Subsonic Flight Performance Author: ZerO

check if your matlab release can read the convlength function ,
if not , you can make these conv functions manually by using proper multipliers , like from meter to feet multiply by 3.2808, and so on.

09 Dec 2009 NACA 5 digit Airfoil Generator Generates the NACA 5 digit airfoil coordinates Author: Divahar Jayaraman

these equations valid for design lift coefficient of 0.3
which means the first digit is 2

09 Dec 2009 NACA 5 digit Airfoil Generator Generates the NACA 5 digit airfoil coordinates Author: Divahar Jayaraman

or , get the proper multipliers for any prescribed lift coef.

Comments and Ratings on ZerO's Files View all
Updated File Comment by Comments Rating
02 Jul 2010 Calculator Simple Calculator , with funny tweaks Author: ZerO ZerO

yes thanks ,

calculator here because it does calculate yes , the function name is calc .

while pressing enter or anywhere else out the edit area , the matlab excutes the edit area callback function , this is how the edit area in matlab gui works , so ,
pushing the pi button generate a syntax error yes , only if u type in the edit area with your keyboard and delete what you just wrote , once you press enter or any bushbutton , the matlab automatically excutes the edit area call back function , which means getting the string written in the edit area , which is a
 1-by-0 empty matrix , and then trying to evaluate it , sure you will have a syntax error here , which is a one second message to declare your input error and to reset the edit area to try again.

this problem can be solved by many ways , the most easy one , you can set the edit area enable off , and use the mouse to write down the equation you want .

matlab does not understand what 3.4 sin means , like in the matlab command window , you have to type sin(3.4) .

this can be solved by many ways , the most easy one , is to set the sin button call back function to get the string in the edit area first , put the brackets around it , and get its sin then display result in the edit area , you can make a simple check function to check the input arguments , feel free to add/delete anything .

02 Jul 2010 Calculator Simple Calculator , with funny tweaks Author: ZerO ZerO

its written sorry.

02 Jul 2010 Calculator Simple Calculator , with funny tweaks Author: ZerO Tursa, James

1) Are you really claiming that the word Calculator is a registered trademark of yours? Hard to believe.

2) Pushing the pi button generates a syntax error.

3) Pushing the function buttons appears to only populate the display with the function name, not actually do the function. So to do sin(3.4), for instance, you do not simply type in 3.4 and then push the sin button. You have to push the sin button first, then click in the display area, then type in (3.4), and then press Enter or click the = button. Frankly, it is easier just to type in the whole thing by hand rather than use the function buttons at all. And the button usage is counter intuitive compared to regular hand held algebraic calculators.

4) The accuracy of the result is apparently contained in the display string itself. i.e., you only get 6-7 decimal digits of accuracy. Why isn't the result maintained internally to full precision?

Overall, I would have to rate this as cute but not much else.

30 Jun 2010 Piston Mechanism Displacement , Velocity , Acceleration for a Piston Mechanism Author: ZerO Lemmings, John

It works for me in matlab 7.8.0 r2009a

25 Jun 2010 Piston Mechanism Displacement , Velocity , Acceleration for a Piston Mechanism Author: ZerO Lisandro

Top Tags Applied by ZerO
aeronautics, aerospace, aircraft, atmosphere, automotive
Files Tagged by ZerO View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 Jul 2010 Screenshot Calculator Simple Calculator , with funny tweaks Author: ZerO game 133 3
10 May 2010 Screenshot Elementary Flow Plots Some Elementary Flows Author: ZerO potential flow, aeronautics 17 0
29 Mar 2010 Screenshot Spacing Function Spacing divides the unit length Author: ZerO aeronautics 6 1
  • 5.0
5.0 | 1 rating
15 Mar 2010 Screenshot Euler Angles Simple Tool To illustrate Euler Angles Author: ZerO aeronautics 12 0
11 Mar 2010 Screenshot Mechanics of Composite Materials simple tool to calculate laminate stresses/strains Author: ZerO aeronautics 25 2
  • 5.0
5.0 | 1 rating

Contact us at files@mathworks.com