Results 1 to 2 of 2

Thread: MATLAB Time Series function equivalent in Qt

  1. #1
    Join Date
    Jun 2018
    Posts
    5
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Question MATLAB Time Series function equivalent in Qt

    I want to interpolate some data by referencing time. In MATLAB there is a function called "time series" do the same, and so I wanted suggestions on how I can do the same in Qt.
    https://in.mathworks.com/help/matlab...1b8ff34c476f02
    Last edited by Udayagiri Rithwik; 29th June 2018 at 04:40. Reason: change tags

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: MATLAB Time Series function equivalent in Qt

    Qt is not a programming environment like MATLAB. It is a set of libraries written in C++ that you can use to build your own applications. If you want a C++ class like MATLAB's timeseries object, you'll either have to write it yourself in C++ or find an implementation by someone else. Google is your friend.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

Similar Threads

  1. QWT and time series
    By Neekeetos in forum Qwt
    Replies: 5
    Last Post: 2nd July 2018, 07:03
  2. QML ChartView Time Series
    By scgrant327 in forum Qt Programming
    Replies: 0
    Last Post: 18th August 2016, 16:02
  3. Using Qt library on Matlab s-function file
    By dds in forum Qt Programming
    Replies: 0
    Last Post: 10th August 2016, 17:01
  4. Creating S-Function (with Qt) for Matlab Simulink
    By QtDesigner in forum Qt Programming
    Replies: 0
    Last Post: 14th November 2012, 13:17
  5. Equivalent function
    By Sarma in forum Qt Programming
    Replies: 5
    Last Post: 10th March 2006, 14:03

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.