Statistics
2 Questions
0 Answers
RANK
211,026
of 302,025
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,507
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 178,223
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
I study Computer Engineering and i want you to help me in a project in matlab , project title : predicting insulin dosage for diabetic patients using fuzzy logic , i have a data about diabetic patient like this pic .. can any one help me please
fuzzy logic project , please help
9 years ago | 0 answers | 0
0
answersQuestion
the question is : encrypt and decrypt message with length 64 char by using matlab ... this code is an example of encrypt decrypt message of 12 char
d=['z' 'i' 'a' 'd' '' 'a' 'l' 'q' 'a' 'd' 'i' '' ], d1=uint8(d); %inv d1 k=13; for i=1:12 c(k)=d1(i); k=k-1; end %add ...
11 years ago | 1 answer | 0