All Questions
Tagged with matlab-coder nested-loops
1 question
1
vote
1
answer
757
views
error with nested loops when using matlab coder, however there are NO nesting at all
I try to to use matlab coder to a function with many arrays:
function [y, fv, a_1_1, a_2_1, ..., a_3_1, ...] = test_ff( x, ffW, ffb, kernel_2_1_1, b_2_1, ..., kernel_4_6_12, b_4_12) %#codegen
a_1_1 ...