Statistics
RANK
169,871
of 301,172
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 21,183
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,200
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
Question
modelling and block diagram of closed loop system by using a fuzzy
6 years ago | 0 answers | 0
0
answersQuestion
The kinetic energy of a moving car object is KE=1/2mv^2
the kinetic energy of a moving car object is KE=1/2mv^2. create and test a function called KE to find the kinetic energy of a mo...
6 years ago | 2 answers | 0
2
answersI have a exam and don't know how to write a program to draw a triangle and Solid Square and Open Square of stars ?
x = []; for i = 1 : 5 x = strcat(x,'*'); s = [blanks(5-i) x]; disp([s fliplr(s)]) end * ...
6 years ago | 0
Question
I have a exam and don't know how to write a program to draw a triangle and Solid Square and Open Square of stars ?
The user should be able to specify the size of each shape like this: * *** ***** ...
6 years ago | 1 answer | 0
1
answerQuestion
Write a matlab script that will determine the value in your account after 10 years for each monthly deposit
Suppose you open a bank account with $1000. The annual interest rate is 5% and interest is compounded monthly. However, you wan...
6 years ago | 0 answers | 0
