Community Profile

photo

Ben


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer