Feeds
提问
Calling a function
I have a code that converts a matrix into its upper form and lower form counterparts. I want to use this M file script in ano...
12 years 前 | 1 个回答 | 0
1
个回答提问
Approximation of Sine Using Script
Hello. I made a script that approximates sin(x) using the series x - x^3.3! + x^5/5! - ..... It is (x = value you wish to appro...
12 years 前 | 1 个回答 | 0
1
个回答提问
Adding zeroes to Row Vector using a script
I wanted to create a script, which would insert "m" amount of zeroes just after every "M-th" element of a given vector, x, to cr...
12 years 前 | 2 个回答 | 0
2
个回答提问
Plotting a piecewise function using either for or while loops
I want to make the following piecewise function: f(x) = 5x for 0<x<3 = 2x^2 for 3<x<5 and = 32*ln(4/x)+16 for 5<x<7 and...
12 years 前 | 1 个回答 | 0