Feeds
提问
trouble translating pseudo code for decimal number to base b
I was given the following pseudo code however because of matlabs arrays starting at 1 and other issues im running into i cant re...
3 years 前 | 0 个回答 | 0
0
个回答提问
problems with creating a multiplication table
I want to make a function which creates a multiplication table with the dimensions C for Collumns and R for Rows. After creating...
3 years 前 | 2 个回答 | 0
2
个回答提问
Converting Matrix to base b fails
the following code should create a multiplication table to the base b (now in the form of multTable(7,3:10,2:3:33), i know) w...
3 years 前 | 1 个回答 | 0
