作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我只想知道像 mirtempo()
这样的函数如何将 mirscalar
对象返回为 MATLAB 可以理解的直接格式。
我有一个脚本,其中包含
tempo = mirtempo('file');
这使得 tempo
成为一个 mirscalar
对象。
如何将 tempo
变量转换为 double 值以便在脚本中使用?
我需要存储多首歌曲的节奏值,用于歌曲分类。我无法用 mirtempo()
做到这一点。相反,我可以在命令窗口中显示速度值,如:
tempo
输出如下:
"The Tempo related to file classical.00001.au is 165.5543 bpm"
有人可以帮帮我吗?提前致谢
最佳答案
这里是技巧:
tempo = mirtempo('file');
test=get(tempo,'Data');
test{1,1}{1,1}
ans =
[120.0106]
关于MATLAB MIRtoolbox - mirtempo 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27260732/
我只想知道像 mirtempo() 这样的函数如何将 mirscalar 对象返回为 MATLAB 可以理解的直接格式。 我有一个脚本,其中包含 tempo = mirtempo('file'); 这
我是一名优秀的程序员,十分优秀!