Kevin Krone
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
136.908
of 295.486
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20.236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.950
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
Feeds
Question
Storing a 1x500-double that's imbedded in a loop
Hello all, My question lies in how to output or store each value of "v" that is inside my for loop. I know I can leave it un...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
Fourier Series Expansion Graph Help
So I am building the code to perform a Fourier Series Expansion, specifically for the function e^(-x) for the domain of 0=<x<2....
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
Nested For Loop Equation
I have an array (N) filled with the 25 prime numbers between 1 and one hundred. And I need to build the equation x = (((((( (...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
Sorting Prime Numbers From an Array of Numbers, Into a New Array
n = [1:1:100]; N = isprime(n); NN=[]; for i = 1:1:100 if N(i)==1 %if N at a position is equal to 1, then it is a prime n...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
my first variable (y1) is coming us as undefined
var y1 var t1 var y2 var t2 var y3 var t3 var y4 var t4 var y5 var t5 var t6 var y7 var t7 var y8 var t8 var ...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
Simple Matrix Manipulation Help
I have a 20x20 matrix (A) multiplied by a 20 row by 1 column matrix (B) which is full of unknowns (only two known values), which...
meer dan 5 jaar ago | 1 answer | 0