photo

Josaiah Ang


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
1 个回答

排名
21,322
of 297,457

声誉
2

贡献数
6 个提问
1 个回答

回答接受率
16.67%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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!'); ...

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

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

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

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

10 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 '); ...

10 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?

10 years 前 | 4 个回答 | 0

4

个回答