Double vs single

3 次查看(过去 30 天)
M G
M G 2011-3-30
Hey guys,
I have two matrices: < 57x600x27 double > and < 57x600x14 single >.
1- I got these matrices exactly from identical dataset. What is the reason that one is double and another is single?
2- How can I change the Single to Double? (because I cannot filter it (Chebyshev filter) when it is single and an error message appreas like "_Input arguments must be 'double'").
Thanks for your help!

采纳的回答

Matt Fig
Matt Fig 2011-3-30
1- That would depend on how your dataset was generated. We really have no way of knowing that.
2- Use the DOUBLE function. For example, create a matrix of ones of type single, then convert it to a matrix of ones of type double:
double(ones(3,'single'))
  3 个评论
Salaheddin Hosseinzadeh
@ Per isakson
Thanks so much! ;)

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by