Tamer


Active since 2013

Followers: 0   Following: 0

Message

Aerospace Engineer

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
180,067
of 301,788

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,421

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 176,567

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Answered
How to plot 3 functions inside if loop??
disp(' ') disp('geometry parameters:') w = input('w [mm] = ')*1e-3; t = input('t [mm] = ')*1e-3; a = input('r [mm] = ')*...

13 years ago | 0

Question


How to plot 3 functions inside if loop??
function y=h(x,a,b,lf,t) v=length(x); for i=1:1:v Q=((a-(2*a+lf-x(i)))/a)^2; Z=sqrt(1-Q); S=((a-x(i))...

13 years ago | 2 answers | 0

2

answers