Feeds
질문
XLSWRITE not behaving as expected
I am trying to run the code c1 = {'string';'data';'cell'}; c2 = {1;2;3}; xlswrite('features.xls',[c1,c2]); but ge...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I vectorize copying one struct to another?
I have p.Results.events(i) ans = struct with fields: message: {16×1 cell} time: [16×1 uint32] an...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
DLMREAD gives error from fields it should ignore
trialdata = dlmread(filename,'\t',[1 0 1000 13]); trialdata(:,2) = []; % second column ...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How do I set up an array of functions to use as an input
The provided example says to use function [ G ] = ex( X ) G = [(-0.1*X(1)^3 + 0.1*X(2) + 0.5) (0.1*X(1) + 0.1*X(2)^3...
대략 10년 전 | 답변 수: 1 | 0

