I want to read SEMCAD files in Matlab. Can you suggest what can I do about this?
A
Answer by
Aiden McLeod
The developers of Semcad don't say if the file types used by the program are or aren't compatible with Matlab. However, you should read about importing data and the scientific data function, especially h5read function that is provided by Matlab program, on the official website.
I want to read SEMCAD files in Matlab. Can you suggest what can I do about this?
The developers of Semcad don't say if the file types used by the program are or aren't compatible with Matlab. However, you should read about importing data and the scientific data function, especially h5read function that is provided by Matlab program, on the official website.