vpa function ?
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 11;
y = 7;
d = 10;
z_correct = '1.571428571';
assert(isequal(adiv(x,y,d),z_correct))
|
2 | Fail |
x = 1120;
y = 23;
d = 60;
z_correct = '48.6956521739130434782608695652173913043478260869565217391304';
assert(isequal(adiv(x,y,d),z_correct))
|
3 | Fail |
x = 17;
y = 8234;
d = 75;
z_correct = '0.00206461015302404663589992713140636385717755647316006801068739373330094729172';
assert(isequal(adiv(x,y,d),z_correct))
|
4 | Fail |
x = 126;
y = 2400;
d = 10;
z_correct = '0.0525';
assert(isequal(adiv(x,y,d),z_correct))
|
1091 Solvers
Number of 1s in the Binary Representation of a Number
356 Solvers
1763 Solvers
How many trades represent all the profit?
520 Solvers
185 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!