
Nguyen Huy
Statistics
8 質問
2 回答
0 問題
298 解答
ランク
77,495
of 260,307
評価
0
貢献
8 質問
2 回答
回答採用率
37.5%
獲得投票数
0
ランク
275
of 111,794
貢献
0 問題
298 解答
スコア
4,350
バッジ数
25
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
質問
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 ...
11ヶ月 前 | 2 件の回答 | 0
2
回答質問
Project Euler: Problem 11
%I have the solution for this problem : https://www.mathworks.com/matlabcentral/cody/groups/50/problems/42936-project-euler-prob...
12ヶ月 前 | 1 件の回答 | 0
1
回答big 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...
約1年 前 | 0
質問
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 ...
約1年 前 | 1 件の回答 | 0
1
回答質問
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...
約1年 前 | 1 件の回答 | 0
1
回答質問
Champernowne Constant loop help
%i have Champernowne Constant is a real number whose digits in decimal representation come from the concatenation of all consecu...
約1年 前 | 0 件の回答 | 0
0
回答質問
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 ...
約1年 前 | 1 件の回答 | 0
1
回答I dont know where i was wrong
i have edited all these errors,but it get %Index exceeds matrix dimensions error
約1年 前 | 0
| 採用済み
質問
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...
約1年 前 | 4 件の回答 | 0
4
回答質問
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...
約1年 前 | 2 件の回答 | 0