【发布时间】:2013-03-22 04:38:01
【问题描述】:
我有data = [a b c d],这个数据在一个循环中,其中a、b、c 和d 的值会发生变化。
for num=START:END
[out1 out2] = some_funstion(input_image);
a = out1+out2;
b = out2-out1; %example
data = [a b];
end
如何保存整个数据并进行训练?
【问题讨论】:
-
你能提供更多细节吗?在每个循环中,数据是根据函数还是分布变化?
-
是的,我更改了我的帖子我想保存包含所有 a 和 b 值的“数据”;
标签: matlab neural-network fuzzy-logic