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 个评论
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 Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!