Statistics
RANK
105,328
of 301,421
REPUTATION
0
CONTRIBUTIONS
5 Questions
3 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 21,269
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,475
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
(a^b) mod c
hi all, i need your help. i want to use (a^b) mod c but in matlab if i use mod((a^b),c); it's return inf becaus...
15 years ago | 2 answers | 0
2
answersError using ==> mpower At least one operand must be scalar in mod operation
i'am sorry it's should be line 7. but in my matlab it's return error. any idea why my code return: error using ==> mpowe...
15 years ago | 0
Question
Error using ==> mpower At least one operand must be scalar in mod operation
hi all, i need ur little help here. i use this code d=18; n=19; x=3; d1=dec2bin(d); r=1; for i=1:length(d1)...
15 years ago | 4 answers | 0
4
answers??? Attempted to access l(0); index must be a positive integer or logical.
thanx a lot guy, u really helpful
15 years ago | 0
Question
??? Attempted to access l(0); index must be a positive integer or logical.
hi, all. i have a little problem here i use this code: function y=iseng(x,d,n) l=dec2bin(d); k=length(l); y=1; ...
15 years ago | 2 answers | 0
2
answersQuestion
how to use mod in variable that have big value
hi all, i have little problem here how to use mod in variable that have big value?? ex: u= 1.3447e+236 v= 345 then ...
15 years ago | 1 answer | 0
1
answerQuestion
how to set gui's input to decimal
hi all, i have a simple queation. in gui, when i use get from handles, the type of data is string. but, i need that data rea...
15 years ago | 2 answers | 0
