Data Extraction from Image
8 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I'm working on a project where I need to extract data from an image and create lookup tables in Simulink. The goal is to create two types of lookup tables:
- 2D Lookup Table:
- Input: Y-axis values, Speed Curves (6000-17000 RPM)
- Output: X-axis values
- Purpose: To determine X values based on Y values and speed curves
- 3D Lookup Table:
- Inputs: X values, Y values, and Speed values
- Output: Power values (ranging from 0.1 to 1.2 kW, represented by blue lines in the image)
I need guidance on:
- How to extract the necessary data from the image
- How to create these lookup tables in Simulink
Any advice or resources would be greatly appreciated!
0 件のコメント
採用された回答
Image Analyst
2025 年 3 月 25 日
I'd work on getting the formulas that generated that image instead of trying to do OCR on all the numbers in that image and somehow recreating a table or formula from them.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Lookup Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!