![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/22077716_1617371200695_DEF.jpg)
Naga Manoj Kumar Lakkoju
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
35 073
of 297 016
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
1
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 725
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
Size mismatch error on dimension 2: expected 1, but actual size is 3 (Matlab Coder)
Hi, I have this line in my code Edited: function test_1() % load('test1.mat'); % A(1:3,1:8) = 9 coder.varsize('SimCoreOut...
nästan 4 år ago | 1 answer | 0
1
answerQuestion
Error: Grid values must be strictly increasing- interp2 function MATLAB Coder
Hi All, This is my sample snippent. When I try to convert to C code using Matlab coder I am getting Index exceeds dimensions a...
nästan 4 år ago | 1 answer | 1
1
answerQuestion
Error: Index exceeds array dimensions. Index value 2 exceeds valid range [1-1] of array a.
Hello All, I am converting matlab script to C++. Here is a test function which is similar to my project. When i try to generate...
nästan 4 år ago | 0 answers | 0
0
answersQuestion
Coder Size Mismatch error
Hello All, Here is the small function i want to convert to C using Matlab coder. function []=fun() x=ones(9,11).*[0:10:100]...
nästan 4 år ago | 0 answers | 0
0
answersQuestion
Converting .m to C code using Matlab Coder
Hello, I am trying to convert MATLAB script to C code using Matlab coder. %Source file 10 load data.mat; % this mat file...
nästan 4 år ago | 1 answer | 0