Skip to content

Simple program to read Matrix #433

Closed Answered by adriweb
vrcdrafter asked this question in Q&A
Discussion options

You must be logged in to vote

Rather, at the beginning, create a real_t then pass it (its pointer) to the function that will fill it:

    real_t number_i_want_mtx;
    os_GetMatrixElement(OS_VAR_MAT_A, 1, 1, &number_i_want_mtx);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vrcdrafter
Comment options

Answer selected by mateoconlechuga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants