photo

Erik


University of Oregon

自 2012 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

2 个提问
3 个回答

Cody

0 个问题
1 个答案

排名
10,502
of 300,853

声誉
4

贡献数
2 个提问
3 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
112,983
of 171,319

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

提问


how do i force matlab on windows to use libraries that python compiles against?
on osx/linux i can use python libraries that matlab normally can't load because of conflicts with libgfortran/libtiff by using D...

10 years 前 | 0 个回答 | 0

0

个回答

已回答
Calling a bash script which uses python and opencv
forcing matlab to use your preferred libtiff may work -- on osx: $ DYLD_INSERT_LIBRARIES=/opt/local/lib/libtiff.5.dylib /A...

10 years 前 | 0

已回答
calling python modules that matlab can't import
this solves it: ~$ DYLD_INSERT_LIBRARIES=/opt/local/lib/libgcc/libgfortran.3.dylib:/opt/local/lib/libtiff.5.dylib /Applicat...

10 years 前 | 0

| 已接受

提问


calling python modules that matlab can't import
i'm the author of this <http://stackoverflow.com/questions/30605179/why-cant-matlab-import-this-python-library SO> question. th...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
Calling a bash script which uses python and opencv
i ran into a possible explanation from this <http://stackoverflow.com/questions/30605179/why-cant-matlab-import-this-python-libr...

10 years 前 | 0

| 已接受

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

13 years 前