photo

Josaiah Ang


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


replace matlab function with algorithm
this is my current code. how do i replace the isperfect function to n = p1 · p2 · ... · pt disp('Perfect numbers!'); ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Accept 2 numbers from user
This is my current code. how do i add this part of my algorithm into matlab code integer :: a, b, c integer :: abc, a3...

9 years 前 | 1 个回答 | 0

1

个回答

提问


convert algorithm to matlab code
hi, how do i write a matlab code to display armstrong number between two number input by user Thank you. Interger...

9 years 前 | 3 个回答 | 0

3

个回答

提问


display armstrong number between two number input by user
hi, how do i write a matlab code to display armstrong number between two number input by user Thank you.

9 years 前 | 0 个回答 | 0

0

个回答

提问


To accept two numbers from the user and display perfect numbers between these two numbers.
hi, how do i write the code for the above? how do i continue from here. thank you very much. clc num1 =input('Ent...

9 years 前 | 3 个回答 | 0

3

个回答

已回答
How to display all prime numbers between two number input by user?
how do i go along with this set of code? clc num1 =input('Enter num1 value '); num2 =input('Enter num2 value '); ...

9 years 前 | 1

提问


How to display all prime numbers between two number input by user?
How to display all prime numbers between two number input by user?

9 years 前 | 4 个回答 | 0

4

个回答