photo

Josaiah Ang


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
21.327
of 300.365

REPUTATION
2

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
16.67%

VOTES RECEIVED
1

RANK
 of 20.933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 10 jaar ago | 3 answers | 0

3

answers

Question


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.

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 10 jaar ago | 3 answers | 0

3

answers

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

meer dan 10 jaar ago | 1

Question


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

meer dan 10 jaar ago | 4 answers | 0

4

answers