Community Profile

photo

Ish


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to display a polynomial?
Create a function file named Func01_p4.m which has 4 arguments: x, a, b, and c. The independent variable bein...

10 years ago | 1 answer | 0

1

answer

Question


How to write these to script functions?
create 3 functions scripts using the variable arguments given. Fn1(x,a,b,e)= e*x^a–b; Fn2(x,c,f)=f*x+c; Fn3(x,d,g)=g*...

10 years ago | 1 answer | 0

1

answer

Question


How do I perform an RGB threshold?
Create a function called Perform_RGB_threshold. Your function header should look like: function [threshold_RGB] = Perform_RG...

10 years ago | 1 answer | 0

1

answer