Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help me with this MatLab programming 1. Make a function called [num_point]=numbed_points(inputpoint,rotataionpoint, angle), Where inputpoint is a 3xn matrix of points, rotationpoint is a
Please help me with this MatLab programming
1. Make a function called [num_point]=numbed_points(inputpoint,rotataionpoint, angle), Where inputpoint is a 3xn matrix of points, rotationpoint is a 3x1 vector that defines a point about which all other points will be rotated angle is rotation angle in degree.
2.Write a function called [scale_point]=scaled_point(inputpoints, fixedpoint, xscalefactor, yscalefactor) where fixed point remains fixed when scaling. in case needed use translations and scaling.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started