Kyösti Alkio
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
35,025
of 295,467
REPUTATION
1
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Coder codegen on multiple cores
Is it possible to run codegen on multiple cores / threads? Currently codegen takes quite a while and I imagine it would be faste...
2 years ago | 1 answer | 0
1
answerQuestion
How to include all required headers in code generated by MATLAB coder?
I'm generating C++ source code from MATLAB with Coder. Some of my functions require cs.h: #include "cs.h" but MATLAB does no...
2 years ago | 1 answer | 0
1
answerQuestion
System error:SharedMemory:getCurrentUser:getlogin_r:error=25 on wsl when connecting to Matlab from C++ with matlab::engine::connectMATLAB()
I'm using C++ to run a MATLAB script. The code is simple: std::cout << "Starting matlab" << std::endl; matlab = matlab::engine...
2 years ago | 0 answers | 0
0
answersQuestion
How to call object methods with c++ engine api?
I'm using C++ Engine Api to call MATLAB code from C++. I want to create an instance of a MATLAB class from C++ and call its meth...
2 years ago | 1 answer | 1
1
answerQuestion
ROS toolbox stuck on service call
I'm trying to make a service call from MATLAB to a ros service. The node with the service works from other nodes and from the co...
2 years ago | 1 answer | 0
1
answerQuestion
How to access instance of class in ROS2 subscriber callback?
I have the following code classdef MTMSApiSimple %MTMSAPI Summary of this class goes here % Detailed explanation go...
2 years ago | 1 answer | 0