photo

Ben


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
267,880
of 300,508

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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...

13 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...

13 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...

13 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...

13 years ago | 1 answer | 0

1

answer