![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1541964_1522087475210_DEF.jpg)
Etienne Coetzee
Followers: 0 Following: 0
Statistik
RANG
7.728
of 297.016
REPUTATION
6
BEITRÄGE
26 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
23.08%
ERHALTENE STIMMEN
4
RANG
2.413 of 20.419
REPUTATION
717
DURCHSCHNITTLICHE BEWERTUNG
4.90
BEITRÄGE
1 Datei
DOWNLOADS
18
ALL TIME DOWNLOADS
6786
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Profile Matlab System block in Simulink
I have a Simulink model with a Matlab system block in, and would like to understand which code in the block is slowing the simul...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Creation of Reference Frames on Part in SimScape Multibody
I am creating a SimMechanics model where I have certain components with several connection points on each component. In the firs...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Disable function if called from livescript
I am trying to make livescript examples from m-file examples, and have a plot where I can switch certain elements on and off by ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plot update on each function call when running fmincon in parallel
Dear All I am trying to run fmincon in parallel and would like to plot the function value after each objective function calll. ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Make larger plot when mouse hover over subplot
Hi All I have a subplot of 8 x 8 parameters. I would like to implement a feature where a larger plot appears of the subplot I...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
User toolbox installer license notice
Hi All. I have a toolbox I have developed and would like to add a license notification after pressing the install button. I have...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Incorrect number of arguments into mex file
Hi All I have a mex file that has worked for the last 10 years (up to R2015b) and now is giving me problems since I have upgr...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Mex file error - incorrect number of input arguments, even though argument number is correct
Hi All I have recently updated to Matlab R2016b and have all of a sudden run into a problem with a Fortran mex file. When I c...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Add path with custom toolbox installation
Hi Folks I have written a custom toolbox and would like to add a specific directory to the path when it installs. It is a .mltb...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Simulink System Object Property - Variable sized properties in handle classes are not supported
Hi All I have a Simulink System Object for which I created several properties. I set some of the properties in the constructo...
mehr als 8 Jahre vor | 0 Antworten | 2
0
AntwortenFrage
Spring damper with matlab.System object and block
Hi Folks I am familiar with the implementation of ODE's with Matlab, Simulink and Simscape. I am trying to see how I can use ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Matlab Editor API - Obtain variables that span across nested functions
Hi there I have received a large file with nested functions and would like to get rid of these programmatically. I have manag...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Unexpected Response when Welding Two Beams created in SimMechanics
Hi Folks I have created a flexible beam in SimMechanics by superimposing the flexibility onto a rigid body, as described in s...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Rotation sequence SimMechanics 2nd Generation
Hi All I am trying to build an aircraft model in SimMechanics and am using the <http://www.mathworks.com/matlabcentral/fileex...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
User Documentation Hyperlinks not working
Hi Folks I developed a toolbox with some documentation and for some or other reason the html pages are not displaying. I have...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Access derivatives from Embedded Coder
Hi Folks I am trying to access the derivative values from code generated by embedded coder. I have a Fortran program that is ...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Include s-function c-code into fortran program
I have a fortran mex function that calls a matlab function. This function calls a Simulink model and obtains the derivatives. Th...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
MPI through mex and then MexCallMatlab
Hi All I have a fortran program using MPI for parallel calculations. I have created a mex file that is called from a matlab o...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
SimScape tire model examples?
HI folks I have built a vehicle model in simmechanics, and now want to build a tire model in simscape. I already have the tir...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Compiling mex-files from Visual Studio - cannot open input
Hi Folks I am trying to compile a mex file from VS2008, and then get the following error: Error 1 fatal error LNK1181: ca...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
SimMechanics Reference Frame Orientation
Hi there. I am working through "How to build a model" example of the second generation SimMechanics examples, and cannot figure ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
List variables in m-file
I would like to rename some variables in an m-file, and would like to automate this process. I have tried using regexprep, but r...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Ctrl+C in Fortran mex file
Hi there. I have a Fortran mex file that could sometimes take quite a while to run. Is there a way to use Ctrl+C to stop the run...
fast 12 Jahre vor | 0 Antworten | 0
0
AntwortenGelöst
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
mehr als 12 Jahre vor
Gelöst
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
mehr als 12 Jahre vor
Gelöst
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
mehr als 12 Jahre vor
Frage
Find files of specific class
Hi Folks I am building a user interface and have model objects of a specific class. The model name is defined as a property i...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFind Time Series Objects with Specific Names
I have several time series objects, where each one has a specific name or code. I would like to filter the objects to give me on...
mehr als 13 Jahre vor | 0
Frage
Find Time Series Objects with Specific Names
Hi All I am trying write a GUI for exploring large data sets of time history data. Each signal has a specific name associated...
mehr als 13 Jahre vor | 2 Antworten | 0