Rola Zayn
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
280,310
of 295,527
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
hi ..is there a book where i can learn basic MATLAB from? which also has problems to solve and alot of exercises? the slides i study from don't have any exercises and i want to make sure i have each concept fully understood.
.
8 years ago | 1 answer | 0
1
answerQuestion
Hi..i want to write an m-file that takes an integer, computes the factorial and returns the answer..is this correct?
Function f=fact(num) If num<0 f='no factor'; else if num==0 f=1; Else f=1; While num>=1 f=f*num; num=num-1; End End ...
8 years ago | 1 answer | 0
1
answerQuestion
how can i write an m-file function that stimulates one or more dice with each die giving values from 1 to 6?
.
8 years ago | 2 answers | 0