已回答
position of an array
http://www.mathworks.se/help/matlab/ref/find.html find(array == 7)

10 years 前 | 0

| 已接受

已回答
Code generation paths of model references
Not sure that it solves your problem since I have not actually used it myself, but it sounds like you are looking for something ...

11 years 前 | 0

已回答
what is the meaning of this phrase? "A larger population is required if no mutation is used, in order to ensure that the necessary building blocks are present in the crossover"
It sounds like you are using an evolutionary algorithm. After deciding which individuals to "mate", the population, i.e. number ...

11 years 前 | 0

已回答
How to calculate Beta
When you write func = ... you create a variable named func calculated from the values of your parameters (c, U, phi, dz), the er...

11 years 前 | 0

已回答
generation of data plot using an equation
I can see a few issues in your code: The use of vertcat when defining r_shell seems unnecessary, this should give the same re...

11 years 前 | 1

已回答
Simulink Matlab Function block
This function will read the value x from the base workspace, add 3 to it and write back the new value to the workspace as x. On ...

11 years 前 | 8

| 已接受

已回答
2008 Simulink compiler error on Windows 7 platform
Run mex -setup and select a compiler.

11 years 前 | 0

已回答
if statement problem with excel file
The first step would be to import the data from the excel file into Matlab by using the xlsread function. Then reformat the data...

11 years 前 | 0

| 已接受

已回答
see the contents of the function 'filter'
'filter' is a MATLAB built-in function which means that it is not possible to see the code. If you need it to behave differently...

11 years 前 | 0

已回答
Set object property in object method
I found a solution to this, change the updateObj function to return obj like this function obj = updateObj(obj) ... ...

13 years 前 | 0

| 已接受

提问


Set object property in object method
I am looking for a way to set the value of a property in a class from withtin a method in that same class, but I am unable to fi...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Use EmbeddedMatlab function without stateflow
I have developed an application on a computer that that has StateFlow, even though the application does not use stateflow. W...

13 years 前 | 1 个回答 | 0

1

个回答