photo

Alex Degaga


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
35 686
of 300 744

REPUTATION
1

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
42.86%

VOTES RECEIVED
1

RANK
 of 21 054

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170 597

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


What is the MatLab Program for this?
The Pythagorean theorem states that a^2 + b^2 = c^2 • Write a MATLAB program in a script file that finds all the combin...

mer än 10 år ago | 2 answers | 0

2

answers

Question


Write a MATLAB program that determines cos (x) using the Taylor series expansion.
The Taylor series expansion for cos(x) is: cos(x)=1-x^2/2!+x^4/4!-x^6/6!+... = ∞ ∑ (-1)^n/(2n)n!(x^2n) n=0 ...

mer än 10 år ago | 1 answer | 1

1

answer

Question


How should i get start with this?
The Pythagorean theorem states that a^2 + b^2 = c^2 • Write a MATLAB program in a script file that finds all the combinations of...

mer än 10 år ago | 1 answer | 0

1

answer

Question


What is this program would look like?
The Pythagorean theorem states that a2 + b2 = c2 • Write a MATLAB program in a script file that finds all the combinations of t...

mer än 10 år ago | 0 answers | 0

0

answers

Question


1) Given the following MATLAB for loop: for a= 1:6 b=a*3; end What is the value of b upon completion of the loop?
1) Given the following MATLAB for loop: for a= 1:6 b=a*3; end What is the value of b upon completion of the loop? ...

mer än 10 år ago | 1 answer | 0

1

answer

Question


Does using dis(variable) command display the contents of the variable without displaying the variables name?
Does using dis(variable) command display the contents of the variable without displaying the variables name?

nästan 11 år ago | 1 answer | 0

1

answer

Question


Hello; Given a vector B = [ 8 3 9 4 6 7 7 5 4 5]; How do I call out from B all the even element locations? (Not even numbers, locations)
Hello; Given a vector B = [ 8 3 9 4 6 7 7 5 4 5]; How do I call out from B all the even element locations? (Not even numbers...

nästan 11 år ago | 1 answer | 0

1

answer