photo

kevin


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
59,187
of 301,344

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,238

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,044

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


How do I make the loop run more than once?
The for loop only displays one iteration of B and I need many iterations so I can estimate the eigenvalues. A=[8, -3, 0, 2...

9 years ago | 1 answer | 0

1

answer

Question


I'm trying to get the outputs for a QR factorization
The for loop only displays one iteration of B and i need many iterations. A=[8, -3, 0, 2; -9, 4, 5, -7; 6, -2, 2, 4; 5, -1,...

9 years ago | 1 answer | 0

1

answer

Question


Why does my function give weird outputs??
I am trying to create a code to calculate work. I have a vector for n and when I run the script I keep getting numbers that don'...

11 years ago | 1 answer | 0

1

answer

Question


This statement is not inside any function. (It follows the END that terminates the definition of the function "trap_wfp610".)
%% function [ w ] = trap_wfp610( n ) % Calculates the work done using numerical integration and the trapezoidal rule % Detail...

11 years ago | 1 answer | 0

1

answer

Question


Attempted to access f(0); index must be a positive integer or logical
function [ w ] = trap_wfp610( n ) % Calculates the work done using numerical integration and the trapezoidal rule % De...

11 years ago | 1 answer | 0

1

answer