Basil Imoberdorf - MATLAB Cody - MATLAB Central

Basil Imoberdorf

502
Rank
19
Badges
3538
Score
1 – 50 of 291

Basil Imoberdorf submitted a Comment to Problem 2083. Independent direction vectors of a plane

The test suite doesn't work for me?! I think it should be -2d not only -d: assert(abs(sum([a b c].*(v1+[0 0 d/c]))-2d)<1e-4) And it could be way more readable: assert(abs(a*v1(1) + b*v1(2) + c*v1(3) - d) < 1e-4) How did some people solve this?!?

on 28 Oct 2024

Basil Imoberdorf received CUP Challenge Master badge

on 28 Oct 2024

Basil Imoberdorf received Community Group Solver badge for Draw numbers!

on 14 Oct 2022

1 – 50 of 291
Go to top of page