How do I make an App with ThingSpeak?

조회 수: 2 (최근 30일)
Tereza Dadakova
Tereza Dadakova 2018년 5월 23일
답변: Adarsh Narasimhamurthy 2018년 5월 25일
I have a gui, that computes some data and sends it using ThingSpeak to my channel. Everything works, until I use Compiler. When I use exe file, my App works accept writing data to ThingSpeak. It gives an error, that says that it doesnt know the function ThingSpeakWrite. My guess is that somehow I should add ThingSpeak toolbox when I compile the app but I dont know how...

답변 (1개)

Adarsh Narasimhamurthy
Adarsh Narasimhamurthy 2018년 5월 25일
Hi Tereza,
The current version of the ThingSpeak Support Toolbox does not support Compiler. Your guess is a good workaround. If you are using the "Application Compiler" app in MATLAB to create your exe, you would need to include the ThingSpeak Support Toolbox folder in your application. To find the location of the ThingSpeak Support Toolbox, in the MATLAB ribbon, - click on Add-ons and then Manage Add-ons. - In the window that opens, look for ThingSpeak Support Toolbox and click on Open Folder.
Copy the path to this folder ('code') and add it to project in the Application compiler app.
-Adarsh

커뮤니티

더 많은 답변 보기:  ThingSpeak 커뮤니티

카테고리

Help CenterFile Exchange에서 ThingSpeak에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by