photo

Tony


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

12 질문
1 답변

File Exchange

1 파일

순위
34,507
of 300,853

평판
1

참여
12 질문
1 답변

답변 채택
75.0%

획득한 표
1

순위
12,309 of 21,094

평판
32

평균 평점
5.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
279

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 5-Star Galaxy Level 1
  • First Submission
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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 ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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_...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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: ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 10년 전 | 답변 수: 1 | 0

1

답변

제출됨


Primitive Root Function w/ Euler's Totient
My own developed code to find the primitive roots of a number

거의 10년 전 | 다운로드 수: 1 |

5.0 / 5

질문


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...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

10년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

11년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Need 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.

11년 초과 전 | 0

질문


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...

11년 초과 전 | 답변 수: 3 | 0

3

답변