Nguyen Huy
Followers: 0 Following: 0
Statistics
RANK
82,805
of 295,673
REPUTATION
0
CONTRIBUTIONS
8 Questions
2 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
create all logic permutation array
how cloud i create all random logic array when the length is known eg: length=3 arr=[ 1 0 0 0 1 0 0 0 1 ...
3 years ago | 2 answers | 0
2
answersQuestion
Project Euler: Problem 11
%I have the solution for this problem : https://www.mathworks.com/matlabcentral/cody/groups/50/problems/42936-project-euler-prob...
3 years ago | 1 answer | 0
1
answerbig horizontally symmetric number
horizontal symmetric is when you have a line divine the number into 2 part,the upper part and lower part look the same Example...
3 years ago | 0
Question
big horizontally symmetric number
%given a number x.calculate the smallest positive number you need to add to your original number so that each digit in your sum ...
3 years ago | 1 answer | 0
1
answerQuestion
about product in uint64
My question is iven an integer x which contains d digits, find the value of n (n > 1) such that the last d digits of x^n is equa...
3 years ago | 1 answer | 0
1
answerQuestion
Champernowne Constant loop help
%i have Champernowne Constant is a real number whose digits in decimal representation come from the concatenation of all consecu...
3 years ago | 0 answers | 0
0
answersQuestion
about palindrome number check
%i have number n and i want to check whether that is palindrome %but the n is too big so i cant use this code,what should i do ...
3 years ago | 1 answer | 0
1
answerI dont know where i was wrong
i have edited all these errors,but it get %Index exceeds matrix dimensions error
3 years ago | 0
| accepted
Question
I dont know where i was wrong
%I am doing project euler 8,this is my code function y = euler008(x) x=num2str(x) d=[] for i=1:length(x) number...
3 years ago | 4 answers | 0
4
answersQuestion
Why this function infinity loop
%It give an integer x which contains d digits, find the value of n (n > 1) such that %the last d digits of x^n is equal to x. E...
3 years ago | 2 answers | 0