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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0