
Richard Crozier
The University of Edinburgh
Professional Interests: Electrical Engineering, Renewable Energy
Statistics
RANG
1.365
of 276.286
REPUTATION
40
BEITRÄGE
25 Fragen
20 Antworten
ANTWORTZUSTIMMUNG
72.0%
ERHALTENE STIMMEN
15
RANG
336 of 18.597
REPUTATION
4.440
DURCHSCHNITTLICHE BEWERTUNG
4.10
BEITRÄGE
12 Dateien
DOWNLOADS
93
ALL TIME DOWNLOADS
40002
RANG
of 126.007
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Frage
Level 2 S-Function block port sampling mode error
When I try to run a model containing Level-2 m-code S-Function block I have created I get the following error: Level-2 MATLAB S...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can I use a C MEX function in Level-2 M-File S-Function for deployment to a speadgoat real-time PC?
I have created a Level-2 M-File S-Function which internally calls a C MEX function. This works fine in normal simulink, but is i...
fast 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How best to set Matlab Level 2 S-Function port sizes based on dialog parameters?
I'm creating a Level 2 S-Function with two inputs and one output port. One input port and one Output port will vary in size, bu...
etwa 3 Jahre vor | 0 Antworten | 0
0
AntwortenCan I have subdirectories in a +package directory?
The answer is no, you cannot have subdirectories in a package directory.
mehr als 4 Jahre vor | 0
| akzeptiert
Frage
How to get unique members of an array of handle classes?
I have an array of classdef object derived from handle. It is possible that some of these members could actually point to the sa...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortHow do I use live script (*.mlx) files in source control?
No you cannot use live scripts with any of the major version control systems such as svn, git or mercurial. They are a binary fo...
etwa 5 Jahre vor | 4
Frage
How can I use an existing Level-2 C S-Function in embedded application?
I have a simulink model which incorporates a Level-2 C code S-function. I would like to use Simulink Coder to build the model fo...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Does simulink scale ill-conditioned matrices provided to State-Space block?
The question title says it all really, does simulink scale ill-conditioned matrices provided to State-Space block? The help d...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortLining to static library using Mingw-w64
I figured out you can just change the lib name to end '.lib' instead of '.a'. This shouldn't work since a .a file is a different...
mehr als 5 Jahre vor | 0
| akzeptiert
Frage
Lining to static library using Mingw-w64
I want to create a mex file which links to a static library. This library was created using Mingw-w64 and has the |.a| file exte...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How is extrapolation performed in the Simulink Transport Delay block?
The Simulink Transport Delay block states that if the specified delay is smaller than the current time step extrapolation is per...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why is my Matlab hgtransform matrix invalid?
I am attempting to apply a transform matrix by setting the |'Matrix'| property of a matlab hgtransform object. The transform mat...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I create a class with functional syntax, like griddedInterpolant?
The documentation for the griddedInterpolant has an example like the following: [X1, X2] = ndgrid(1:10,1:10); V = X1...
mehr als 6 Jahre vor | 1 Antwort | 1
1
AntwortHow to read xml file with binary data into Matlab? (VTK/VTU File)
The answer to determining the position was to calculate the character bit length from the first line read in like so: % o...
mehr als 6 Jahre vor | 0
| akzeptiert
Frage
How to read xml file with binary data into Matlab? (VTK/VTU File)
First of all, I've also asked this question on <http://stackoverflow.com/questions/38522178/how-to-read-xml-file-with-binary-dat...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Can I set AbsTol for only some components of solution?
I have a system of ODEs in matlab which I want to solve using the standard solvers. On some of the values of these components I ...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can I solve ode without explicit expression for derivative?
I would like to solve an ODE using Matlab's solvers, but where I don't have an explicit expression for the derivative. Specifica...
fast 7 Jahre vor | 0 Antworten | 0
0
Antwortenhow to install a compiler for windows 8.1
You can't, there are no supported compilers for Windows 8.1 From <https://msdn.microsoft.com/en-us/windows/desktop/bg162891.a...
fast 8 Jahre vor | 0
Frage
Can I have subdirectories in a +package directory?
I would like to know if it is possible to add subdirectories to a matlab package directory (denoted by a preceeding '+' in the d...
etwa 8 Jahre vor | 3 Antworten | 4
3
AntwortenFrage
Why does Matlab set a custom LD_LIBRARY_PATH when execting "system" on Linux?
Why does Matlab set the LD_LIBRARA_PATH environment variable of the shell in which it executes "system" commands on Linux? I ...
etwa 8 Jahre vor | 2 Antworten | 2
2
AntwortenI have removed about 75 unnecessary folders. How do I easily remove them from my path?
A better long term solution is to use a script to generate your path every time you start matlab instead of hard coding the path...
etwa 10 Jahre vor | 1
PC Reccomendations for MATLAB
Use an Amazon EC2 cloud machine. It will be upgraded regularly and you can later use the distributed computing toolbox to spread...
mehr als 10 Jahre vor | 0
how to solve Coupled equations including ODE and algebraic equations?
Well, the error says it all, you don't define EVI in the function trial.m, it's not passed in as a variable anywhere, and its no...
mehr als 10 Jahre vor | 0
| akzeptiert
Slow Matlab startup if startup.m contains many path additions
build the path yourself and do a single call to addpath, addpath expects a single string containing path names separated by semi...
mehr als 10 Jahre vor | 0
| akzeptiert
Frage
Is there any workaround for the slow performance of path.m?
I use Matlab on multiple machines and generally do not have write access to the directory where the path is saved (i.e. I cannot...
mehr als 10 Jahre vor | 1 Antwort | 2
1
AntwortFrage
How to get simulink library and block names for the add_block function?
Hello, I would like to create a Simulink model programatically, using commands such as add_block etc. However, I'm having tro...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Best way to determine if number is triangular number?
Hello, I would like to test if an integer is a triangular number, and am wondering what the best way to achieve this is. I am...
mehr als 10 Jahre vor | 3 Antworten | 0
3
AntwortenUsing simulink as fitness function for GA
I think this might help you: http://stackoverflow.com/questions/5140013/executing-simulink-model-by-m-file-and-retrieving-the...
fast 11 Jahre vor | 0
GA (genetic algorithm) moves away from better values
But only the mean gets worse, the best improves with every generation, and this is all that matters surely? Random combinatio...
fast 11 Jahre vor | 0
Image processing in MATLAB/OpenCV
There is also a mex interface to opencv which may offer the best compromise, as the actual opencv processing is still done in na...
fast 11 Jahre vor | 0