Statistik
RANG
34.507
of 295.569
REPUTATION
1
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
1
RANG
12.074 of 20.247
REPUTATION
32
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
1 Datei
DOWNLOADS
3
ALL TIME DOWNLOADS
276
RANG
of 154.105
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Error using the randi function
Here is my code: function EPS Score=zeros(1,20); X=[0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1]; for j=1:20 ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Issue with making an array
Here is my code: function Tfunc(a,b) a = (-(a-1)/a); b = (-(b-1)/b); for i = 1:30000 Approximation_...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Syntax for work space output and multiple variables to work space
Hi, I am trying to run a program and output more than one variable. Not sure on the syntax, but here is what I am going for: ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I create a header with many elements, but has function outputs in it as well?
I am trying to create a header for a large matrix. The matrix looks something like this: A = [100, 101, 102, ..., 999 ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why is the 'sum' function also outputting elements of my matrix?
I have a column vector that I am trying to take the sum of, but I want it to display only the sum. Every time I use the sum func...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is there a way to change format of Mat lab workspace?
Hi, so I used the function 'format bank' in the *command window* before running my code. After running my code, it sends my data...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortGesendet
Primitive Root Function w/ Euler's Totient
My own developed code to find the primitive roots of a number
fast 9 Jahre vor | 3 Downloads |
Frage
Possible to mod a number in the middle of a cycle?
Here is a portion of my code I need help with: for m = 1:k for j = 1:FEE number = m.^j; if number >= 10...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Cannot find where I am hitting recursion limit
Hi, matlab continues to tell me that I am getting a recursion limit problem with this code and I can't seem to see where my code...
mehr als 9 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Help with calling functions / too many outputs?
Hi, here I have listed two functions, the first (part of PR) which calls the second (phi) on the last line. Every time I try...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why is my modulus messing up?
Here is my code, it is my own take on creating Pollard's method using Matlab. For most numbers it works great, but if you use a ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to track numbers in the MATLAB excel sheet?
I asked a function to run which produces a lot of numbers which I then can see in the MATLAB excel sheet. Is there a way to find...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortNeed help with leading zeroes being eaten in my function
Thanks guys, give me a few days to work with these methods and I will get back to you soon.
mehr als 10 Jahre vor | 0
Frage
Need help with leading zeroes being eaten in my function
I have a function that re arranges digits of a number and then subtracts them, but if the number is a single digit, I want it to...
mehr als 10 Jahre vor | 3 Antworten | 0