don't know if anyone can help me here.
Show older comments
....
3 Comments
Walter Roberson
on 20 Nov 2013
What kind of analysis do you want to do? What is it about the array that you want to analyze?
Marc
on 21 Nov 2013
How about nlinfit from the stats toolbox. If your heart is set on neural networks, start reading the documentation.
Otherwise, show us some attempt at some work and maybe we can better help.
Image Analyst
on 23 Nov 2013
Your subject line (at least at the current moment) says "don't know if anyone can help me here". I'd say you're making that very very unlikely with your scorched earth policy of deleting your past questions. I probably won't be helping you anymore.
Answers (1)
Image Analyst
on 20 Nov 2013
0 votes
Try griddata(), TriScatteredInterp(), or scatteredInterpolant() depending on what version of MATLAB you have. Or if you have an image and need to fill in "holes" due to missing/black pixels in the image then try roifill() in the Image Processing Toolbox.
10 Comments
Shani
on 20 Nov 2013
Image Analyst
on 20 Nov 2013
I don't have it either. Why do you think that NNs are the best way to get the values that you don't have or are missing?
Oh, wait a minute, when you say "values you don't have" you're not talking about missing values, like your data stream dropped out for a few seconds or your profilometer was unable to generate a height data value for that pixel or something like that. Perhaps you're talking about just simple interpolation or extrapolation via some model or equation. So you train it (build the model/equation) with some values and you want estimated values for some other values. Is that it?
Shani
on 20 Nov 2013
Image Analyst
on 20 Nov 2013
I don't know what you have right now. Only data? Or were you able to get model weights by using something like polyfit()? And you need to know how to get estimated values (at locations not included in the training set you used to build the model) using polyval()?
Shani
on 21 Nov 2013
Image Analyst
on 21 Nov 2013
Then why can't you just do y = a1 + a2*x + a3*x^2 + .....?
Shani
on 21 Nov 2013
Image Analyst
on 21 Nov 2013
Greg Heath is the NN expert here. You mgiht just have to wait until he logs in. Did you list the Neural Network Toolbox as a product? No, it looks like not. So that may be why he did not open your question or see it. Why don't you do that? Or else call the Mathworks? Do you have a full license with maintenance contract?
Zeeshan
on 21 Nov 2013
or can I use my university to contact them?
Image Analyst
on 22 Nov 2013
The student version does not qualify for support (except for installation support).
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!