photo

Rednar


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Signal Processing

统计学

MATLAB Answers

5 个提问
1 个回答

排名
3,333
of 300,857

声誉
17

贡献数
5 个提问
1 个回答

回答接受率
100.0%

收到投票数
8

排名
 of 21,097

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Error using RESHAPE but I'm not using reshape
When executing one of my functions I'm getting: Error using reshape To RESHAPE the number of elements must not change. Bu...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to compile Simulink models before doing simulation?
I'm working on a MATLAB script that will run different Simulink models but everytime I load one using sim(myModel) it takes an a...

12 years 前 | 4 个回答 | 2

4

个回答

提问


How to run MATLAB function and Simulink model simultaneously?
I have a MATLAB function that displays a figure I draw using annotations and I have a Simulink model that records brain signals....

12 years 前 | 1 个回答 | 1

1

个回答

已回答
Delete repeated row in matrix
I think what you are looking for is the function "unique". Try using: B = unique(A,'rows') That will delete repeated row...

12 years 前 | 5

| 已接受

提问


Visual C++ compiler not found
I'm trying to create a Visual C++ solution file from a Simulink model but it keeps telling me that there is "*No supported Visua...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Can mexw64 files be used on 32 bit matlab?
I'm trying to run a simulation with Simulink but it keeps throwing me errors of the type "Error in S-Function ... does not exist...

12 years 前 | 1 个回答 | 0

1

个回答