Feeds
提问
How can I pass the filename as a coefficient in function ?
I would like to use a excel filename as a coefficient as below : function [ic, is] = Indexing(filename) % such as a.xlsx [...
11 years 前 | 1 个回答 | 0
1
个回答提问
How I can make linked array with matlab?
Recently, I try to make multiple(?) linked array. for example, idxA = [1, 2, 3, 4, 5] idxB = [6, 7, 8] I would like to...
11 years 前 | 1 个回答 | 0
