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

mer än 10 år ago | 0

| accepted

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

mer än 10 år ago | 0

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

mer än 10 år ago | 0

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

mer än 10 år ago | 0

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

mer än 10 år ago | 1

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

mer än 10 år ago | 8

| accepted

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

mer än 10 år ago | 0

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

mer än 10 år ago | 0

| accepted

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

mer än 10 år ago | 0

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

mer än 12 år ago | 0

| accepted

Question


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

mer än 12 år ago | 1 answer | 0

1

answer

Question


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

mer än 12 år ago | 1 answer | 0

1

answer