Info
此问题已关闭。 请重新打开它进行编辑或回答。
How to properly reconstruct a model?
1 次查看(过去 30 天)
显示 更早的评论
Dear all,
I have this code:
P = m{1,9};
Y = sim(net,P);
imdl = mk_common_model('d2d1c',16);
img_1 = mk_image(imdl);
img_input = img_1;
img_2.elem_data = Y;
img_test=img_1;
img_test.elem_data=P;
figure
show_fem(img_test)
figure
show_fem(img_2);
I would like to receive the model (img_2) and the reconstructed model(img_test). But the reconstructed model (img_test) is displayed as a gray net and Comand Window reports EIDORS:[warning: image elements and mesh do not match. Showing grey]. I don´t know, where is a mistake.
Thank you for your answer.
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!