baidut / baidut/BIMEF

结构体内容引用自非结构体数组对象。

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
MATLAB
Stars
276
Forks
82
PR merge metrics
No merged PRs in 30d

Description

您好,我运行了experiments.m,但是提示如下错误。请问可能是什么原因?谢谢帮助。

> >> experiments
> data\MYDATA\out\TestReport.csv
> 结构体内容引用自非结构体数组对象。
>
> 出错 TestImage/save (line 114)
> writetable(this.Report.Data, file);
>
> 出错 experiments (line 22)
> save(Test); % %save(Test, ['TestReport__' name{n} '.csv']);

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by running experiments.m and inspect TestImage/save at line 114, especially the type and contents of this.Report.Data before writetable is called. Trace how the report is created before experiments.m line 22 invokes save(Test). Done means the experiment saves the report without the reported non-structure-array error.

Written by the indexing model from the issue text.

Assessment

Tech stack
matlab
Domain
computer-vision
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.