Community Profile

photo

Kevin Krone


Last seen: nästan 3 år ago Active since 2019

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

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

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

1

answer

Question


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

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

1

answer

Question


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 = (((((( (...

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

1

answer

Question


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

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

1

answer

Question


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

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

1

answer

Question


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

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

1

answer