Need help with polynomial fitting
-
@Loc888 But why do you ask in a Qt forum? Your question does not have ANY relation to Qt.
Why don't you ask in a forum more related to math and algorithms?@jsulm I tried, but every time i ask a question, and add "c++", guess how many responses i get? Yes, 0.
If you are that worried about the forum, i can delete the topic later, so it will not litter it. I just need help, because i am out of patience, and out of time, and i am more frustrated, because i know someone knows how to do it, but he will not help, because it's too easy, and i should do it alone, i tried, many times, and i didn't achieve what i need. -
@jsulm I tried, but every time i ask a question, and add "c++", guess how many responses i get? Yes, 0.
If you are that worried about the forum, i can delete the topic later, so it will not litter it. I just need help, because i am out of patience, and out of time, and i am more frustrated, because i know someone knows how to do it, but he will not help, because it's too easy, and i should do it alone, i tried, many times, and i didn't achieve what i need.@Loc888 I don't say you should not ask here. But don't forget that this is Qt forum and questions should be related to Qt. There is one forum though which would be better for your question than this one: https://forum.qt.io/category/34/c-gurus
And the fact that you're frustrated and out of patience will not help, people here are volunteers and do not have any obligation to help you. -
@jsulm I tried, but every time i ask a question, and add "c++", guess how many responses i get? Yes, 0.
If you are that worried about the forum, i can delete the topic later, so it will not litter it. I just need help, because i am out of patience, and out of time, and i am more frustrated, because i know someone knows how to do it, but he will not help, because it's too easy, and i should do it alone, i tried, many times, and i didn't achieve what i need.There are two types of people:
- those that can extrapolate from incomplete data.
You should be part of the second group.
It's very unlikely that you will find someone that does all the work for you.
First of you should know the math behind what you're actually trying to do. Math forums are the way to go, if you don't have a teacher or books at hand.
Step two is translating your math knowledge to code (c++ in your case)
As step 3 somewhere, Maybe Qt comes into play. so far you do not use anything related to Qt.
But you could, Qt has QVecter2d and QVecter3D classes and QMatrix class for vector&matrix operations that could be useful in adopting a programmatically solution.
-
There are two types of people:
- those that can extrapolate from incomplete data.
You should be part of the second group.
It's very unlikely that you will find someone that does all the work for you.
First of you should know the math behind what you're actually trying to do. Math forums are the way to go, if you don't have a teacher or books at hand.
Step two is translating your math knowledge to code (c++ in your case)
As step 3 somewhere, Maybe Qt comes into play. so far you do not use anything related to Qt.
But you could, Qt has QVecter2d and QVecter3D classes and QMatrix class for vector&matrix operations that could be useful in adopting a programmatically solution.
-
@J.Hilk At least can you help me with c++17 compiler? I need a minGw, i downloaded Qt 5.8 with MinGw 5.30, but when i run it, it has instant crash.
@Loc888 Please provide more information, else all others can do is guessing. What does crash? The compiler? Your app? How are you building? When it crashes: what is the error?
Also, if you need c++17 you better install MinGW 7.3, see https://gcc.gnu.org/projects/cxx-status.html -
@Loc888 Please provide more information, else all others can do is guessing. What does crash? The compiler? Your app? How are you building? When it crashes: what is the error?
Also, if you need c++17 you better install MinGW 7.3, see https://gcc.gnu.org/projects/cxx-status.html -
@jsulm My GPU died, and i work with a integrated GPU< it's an driver issue, because i am rly out of time, i need anything with c++17. Does that QT creator and QT 5.2.2 support it? What version of MinGw i have to get?
@Loc888 C++17 is a C++ standard, so the C++ compiler has to support it not Qt and not QtCreator. You should install latest available GCC. In Qt Maintenance tool you can select MinGW 7.3, this one should cover most parts of C++17. See https://gcc.gnu.org/projects/cxx-status.html
-
@Loc888 C++17 is a C++ standard, so the C++ compiler has to support it not Qt and not QtCreator. You should install latest available GCC. In Qt Maintenance tool you can select MinGW 7.3, this one should cover most parts of C++17. See https://gcc.gnu.org/projects/cxx-status.html
@jsulm I dowanloaded version 8 or something, and it's not compatible with Qt
skipping incompatible \lib\libQt5Cored.a when searching for -lQt5Cored
Is there anything already compiled? I can't compile it by my way.
This could work? https://mingw-w64.org/doku.php/download/cygwin -
@jsulm I dowanloaded version 8 or something, and it's not compatible with Qt
skipping incompatible \lib\libQt5Cored.a when searching for -lQt5Cored
Is there anything already compiled? I can't compile it by my way.
This could work? https://mingw-w64.org/doku.php/download/cygwin