how to compare positive and negative value in matlab

8 views (last 30 days)
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 Comments
SHOBA MOHAN
SHOBA MOHAN on 23 Nov 2017
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 on 23 Nov 2017
Edited: Stephen23 on 23 Nov 2017
@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.

Sign in to comment.

Answers (0)

Categories

Find more on Language Fundamentals in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!