Help, my matlab mex file format is weird
3 views (last 30 days)
Show older comments
Hey guys,
I recently wanted to run codes from https://github.com/autotubularity/autotube/blob/master/libs/BM3D-mac-linux/bm3d_thr_colored_noise.mexmaci64
When i run it in matlab, there is error showing: can't recognize function: bm3d_thr_colored_noise.mexmaci64
And i checked the file "bm3d_thr_colored_noise.mexmaci64", turns out that it became a text file rather than a Matlab mex file.
How do I fix this problem???
1 Comment
Walter Roberson
on 25 Dec 2023
How did you download the code from that archive?
When I check that particular file individually it looks like a valid shared object to me?
Could you confirm that you are either using an Intel Mac, or you are using R2023a or before on Apple Silicon ? That in particular you are not using R2023b on Apple Silicon ?
Answers (1)
Rik
on 25 Dec 2023
When I download it, it isn't a plain text file.
Often when people attempt to download a file from github, they save the web view page instead. Did you select the raw option?
0 Comments
See Also
Categories
Find more on Downloads in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!