Statistik
RANG
258.501
of 301.695
REPUTATION
0
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
0
RANG
of 21.386
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 176.117
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
(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...
fast 15 Jahre vor | 2 Antworten | 0
2
AntwortenError 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...
fast 15 Jahre vor | 0
Frage
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)...
fast 15 Jahre vor | 4 Antworten | 0
4
Antworten??? Attempted to access l(0); index must be a positive integer or logical.
thanx a lot guy, u really helpful
fast 15 Jahre vor | 0
Frage
??? 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; ...
fast 15 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
fast 15 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 15 Jahre vor | 2 Antworten | 0
