Community Profile

photo

Kevin Krone


Last seen: 3 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答