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...
11年以上 前 | 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...
11年以上 前 | 3 件の回答 | 2
3
回答質問
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....
11年以上 前 | 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...
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...
11年以上 前 | 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...
11年以上 前 | 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...
11年以上 前 | 1 件の回答 | 0