how to compare positive and negative value in matlab

5 次查看(过去 30 天)
I wish to compare swt component with its skewness, swt components having both positive and negative no.s whereas skew value is negative. How can i compare it also i have to assign swt component value to 1 if its greater than skew and zero if its less than skew. I have used this syntax but didnt workout as mentioned above as,hs,vs,ds are swt component whereas sas,shs,svs, and sds are the skew value. thanks in advance
f= (as>=sas);
g=(hs>=shs);
h=(vs>=svs);
i=(ds>=sds);
  3 个评论
SHOBA MOHAN
SHOBA MOHAN 2017-11-23
Yes it has worked well. i answered back,it is working, but someone named as 'Stephen Cobeldick' deleted it. I dont know why?
Stephen23
Stephen23 2017-11-23
编辑:Stephen23 2017-11-23
@SHOBA MOHAN: because that one sentence that you wrote was not clearly an answer, nor did it include any information that seemed relevant to the question.
You are welcome to add an answer if it resolves the question.
Please explain what you mean by "I have used this syntax but didnt workout": what didn't work? What were you expecting to happen? What actually happened?
Note that the parentheses in your code are superfluous.

请先登录,再进行评论。

回答(0 个)

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by