Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignments ( Matlab ) Write the function sum 1 . m that returns the sum of even numbers less than or equal to the input

Assignments (Matlab)
Write the function sum 1.m that returns the sum of even numbers less than or equal to the input n.
Write the function sum 2.m that accepts a matrix m and returns the summation of the positive numbers and the summation of the negative numbers in m. The outputs are sum p, and ??. Use the function sum() to calculate the summation.
Write the function vect. m that accepts a matrix m and returns two vectors vpp and v-n which contain the positive and negative elements in m sorted in an ascending order. Use the function sort) to sort the output vectors.
Write the function factorize. m that accepts a positive integer larger than 0, and returns its prime factors (including 1). The function should return the error "Invalid number." if the number is less than 1 or is a fraction. (Do not use the built-in function factor() in your code, instead write your own code using for loop and if statement.)
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatial Database Systems Design Implementation And Project Management

Authors: Albert K.W. Yeung, G. Brent Hall

1st Edition

1402053932, 978-1402053931

More Books

Students also viewed these Databases questions

Question

2. What are the different types of networks?

Answered: 1 week ago