photo

upol


UoS

自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
13 个回答

排名
8,288
of 297,503

声誉
5

贡献数
5 个提问
13 个回答

回答接受率
0.0%

收到投票数
4

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


matlab coder error Directly accessing field or property of nonscalar struct or object not supported for code generation.
This works in Matlab but not in Coder, Why? s1=string({OPS_FLT(:).ACFT_ID}) s2=OPS_FLT(2).ACFT_ID uuindex=find(strcmpi(s1,s2...

6 years 前 | 1 个回答 | 1

1

个回答

提问


find a particular string from struct cell array
I have something like this, aircraft(1).field="B747#1CM001" I need to isolate "B747" and "1CM001" from this string. So I need ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Coder gives error Directly accessing field or property of nonscalar struct or object not supported for code generation.
Why this gives problem in C Coder. Error: Directly accessing field or property of nonscalar struct or object not supported for c...

6 years 前 | 1 个回答 | 1

1

个回答

已回答
I got the error: undefined reference to WinMain when converting a simple matlab function to a c executable
Why this gives problem in C Coder. Error: Directly accessing field or property of nonscalar struct or object not supported for c...

6 years 前 | 0

已回答
Non Scalar Structures
Why this gives problem in C Coder. Error: Directly accessing field or property of nonscalar struct or object not supported for c...

6 years 前 | 0

已回答
How to find string structure elements?
Why this gives problem in C Coder. Error: Directly accessing field or property of nonscalar struct or object not supported for c...

6 years 前 | 0

已回答
I got the error: undefined reference to WinMain when converting a simple matlab function to a c executable
https://uk.mathworks.com/help/coder/ug/standalone-c-c-executables-from-matlab-code.html

6 years 前 | 1

已回答
I got the error: undefined reference to WinMain when converting a simple matlab function to a c executable
I am trying to convert this simple code into excutable using matlab coder. function y = hello_world %#codegen y = 'Hello Wo...

6 years 前 | 0

已回答
Change format in created C code
I am trying to convert this simple code into excutable using matlab coder. function y = hello_world %#codegen y = 'Hello W...

6 years 前 | 0

已回答
"Attempted to access an element that was not defined before use" - MATLAB Coder
I am trying to convert this simple code into excutable using matlab coder. function y = hello_world %#codegen y = 'Hello W...

6 years 前 | 0

已回答
Can variable size matrices be used as inputs with coder.ceval?
I am trying to convert this simple code into excutable using matlab coder. function y = hello_world %#codegen y = 'Hello W...

6 years 前 | 0

已回答
how to solve the error says : "The function sym is not supported for standalone ..." when I convert the Matlab code to C/C++ code??
I am trying to convert this simple code into excutable using matlab coder. function y = hello_world %#codegen y = 'Hello W...

6 years 前 | 0

已回答
How to convert table2array function in c using matlab coder
I am trying to convert this simple code into excutable using matlab coder. function y = hello_world %#codegen y = 'Hello W...

6 years 前 | 0

已回答
precision of a binary file or text file? "fread"
fscanf doesnt support into matlab c coder. what other option do i have?

7 years 前 | 0

提问


How to read text file using only fopen, fread, fclose
Hi, I need to read this file using only fopen, fread and fclose becasue later I will convert this into C code using matlab code...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
How to read text file using only fopen, fread, fclose
I use this, but it doesnt work clear all fid = fopen('icao_emission_databank_simplified.txt'); data=fread(fid,'char'); N =...

7 years 前 | 0

提问


How to convert table2array function in c using matlab coder
I am using a mfile which reads text files from different directory. I need to convert this mfile into C code using matlab coder ...

7 years 前 | 2 个回答 | 1

2

个回答