Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2641
    Unknown
    Member

    Hi
    I have project in fuzzy logic and when I wanted to write it in fuzzy logic toolbox in matlab I realized that I don’t have the ability to write the then part in the below rule in this way:

    if Temperature is low and humidity is low then solar radiation is low or very low

    In matlab, I should write the then part rule in this way

    if Temperature is low and humidity is low then solar radiation is very Low

    but I got the values for solar in very low and low as well for the same rule, so how can I figure this problem, please help me soon as possible

    #6158

    Hi,

    thank you for your post.

    I do not know what ” then solar radiation is low or very low” translates to. In the case of fuzzylite, I would split the rule into two:
    if Temperature is low and humidity is low then solar radiation is low
    if Temperature is low and humidity is low then solar radiation is very low
    The consequents will be aggregated using the aggregation S-Norm, in the case of fuzzylite.

    Cheers.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.