Community Profile

photo

Nguyen Huy


Last seen: alrededor de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

All
  • Thankful Level 2
  • Tiles Challenge Master
  • Cody Problems in Japanese Master
  • Magic Numbers II Master
  • Thankful Level 1
  • Project Euler I
  • Draw Letters
  • Commenter
  • Promoter
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Project Euler: Problem 11
%I have the solution for this problem : https://www.mathworks.com/matlabcentral/cody/groups/50/problems/42936-project-euler-prob...

casi 3 años hace | 1 respuesta | 0

1

respuesta

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

casi 3 años hace | 0

Pregunta


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

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Champernowne Constant loop help
%i have Champernowne Constant is a real number whose digits in decimal representation come from the concatenation of all consecu...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 3 años hace | 1 respuesta | 0

1

respuesta

Respondida
I dont know where i was wrong
i have edited all these errors,but it get %Index exceeds matrix dimensions error

casi 3 años hace | 0

| aceptada

Pregunta


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

casi 3 años hace | 4 respuestas | 0

4

respuestas

Pregunta


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

casi 3 años hace | 2 respuestas | 0

2

respuestas