photo

Naga Manoj Kumar Lakkoju


Last seen: 4 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
35,529
of 300,771

声誉
1

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
1

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,969

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 1 个回答 | 1

1

个回答

提问


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...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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]...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答