- Map :- https://www.mathworks.com/help/matlab/ref/containers.map.html
- writecell :- https://www.mathworks.com/help/matlab/ref/writecell.html
- writematrix :- https://www.mathworks.com/help/matlab/ref/writematrix.html
How to search the engine related fault in dat file and dispaly that fault
1 次查看(过去 30 天)
显示 更早的评论
From Engine Calibration data we need to analyse. Through Matlab we need to search the fault with labels and to dispaly the fault name in Excel.If no fault in that file it should dispaly "no fault". If Fault presents it should display the particular fault name.
0 个评论
采纳的回答
Animesh
2023-8-31
According to my understanding, you want to identify faults and export these errors to an excel sheet using MATLAB.
To identify faults in an analysis reports you can map all possible fault codes and fault names using Map in MATLAB and export these faults to an excel sheet using writecell or writematrix function in MATLAB.
To read more about Map, writecell and writematrix, please refer to the following documentation :-
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!