Community Profile

photo

Daniel Montgomery


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


What is computationally intensive and could lag run time in a script?
I am running 10000 data points that require five multiplied matrix inversions at each step. I run several functions through str...

4 years ago | 1 answer | 0

1

answer

Question


Why do I get Inf for this complex expression?
I have a function that generates a complex number but I get Inf for x. how could this be, if I do not make a logical error f...

4 years ago | 1 answer | 0

1

answer

Question


Trouble with struct indexing?
I have a struct with multiple fields that looks similar to this Row field field2 1 ### ### ...

4 years ago | 2 answers | 0

2

answers

Question


Why won't matlab plot data from a table?
%I am getting an empty plot from this code. x1=linspace(0,500000,1000); for x=1:17 y=lightint{x,1} plot(x1...

4 years ago | 1 answer | 0

1

answer

Question


Why do I get NaN for data on uiimport?
I get Nan for the row 18 down, when float type dat was there. What could fix this?

4 years ago | 1 answer | 0

1

answer

Answered
How do I read a file in using fopen correctly
I did not know a consistent number of characters was required for reading in a file. What would be the best way to to import th...

4 years ago | 0

| accepted

Answered
How do I read a file in using fopen correctly
Instrument type: Pandora Instrument number: 166 Spectrometer number: 1

4 years ago | 0

Question


How do I read a file in using fopen correctly
I am trying to read in spectroscopic data in using fopen and place the data into the y array. The file dimensions are 69 * 22533...

4 years ago | 2 answers | 0

2

answers