Community Profile

photo

Richard Crozier


The University of Edinburgh

Last seen: 11개월 전 2009년부터 활동

Professional Interests: Electrical Engineering, Renewable Energy

통계

All
  • Personal Best Downloads Level 3
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 3
  • Knowledgeable Level 2
  • First Answer

배지 보기

Content Feed

보기 기준

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 4년 전 | 답변 수: 0 | 0

0

답변

답변 있음
I already have MinGW on my computer. How do I configure it to work with MATLAB?
I am trying the described solution in Matlab R2018a. If I run without administrator priviliges I get the following when trying ...

대략 4년 전 | 0

답변 있음
Can I have subdirectories in a +package directory?
The answer is no, you cannot have subdirectories in a package directory.

5년 초과 전 | 0

| 수락됨

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How 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...

대략 6년 전 | 4

제출됨


tightfig(hfig)
Remove excess margins from figures.

대략 6년 전 | 다운로드 수: 78 |

Thumbnail

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Lining 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...

6년 초과 전 | 0

| 수락됨

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 7년 전 | 답변 수: 1 | 0

1

답변

제출됨


crobarcro/mcode-cpp-utilities
C++ class wrapper and utilities

7년 초과 전 | 다운로드 수: 1 |

질문


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

7년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
How 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...

7년 초과 전 | 0

| 수락됨

질문


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

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 8년 전 | 답변 수: 0 | 0

0

답변

답변 있음
how 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...

거의 9년 전 | 0

질문


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

대략 9년 전 | 답변 수: 3 | 4

3

답변

질문


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

대략 9년 전 | 답변 수: 2 | 2

2

답변

제출됨


gapolyfitn
optimises the functional form of a multi-dimensional polynomial fit to model data

10년 초과 전 | 다운로드 수: 3 |

제출됨


refactor_fcn_name
Change the name of a function called in your m-files and optionally move it too.

10년 초과 전 | 다운로드 수: 1 |

제출됨


strrepfile
Replace one or more strings in one or more files safely

10년 초과 전 | 다운로드 수: 1 |

제출됨


regexprepfile
Performs regular expression replacement in a file or files

10년 초과 전 | 다운로드 수: 1 |

제출됨


xlsrange
Generates an excel range from row and column number

거의 11년 전 | 다운로드 수: 3 |

제출됨


Display Formatted Text Table of Data
Display data, mixed numeric and strings with optional col and row headers and your choice of col sep

거의 11년 전 | 다운로드 수: 2 |

답변 있음
I 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...

대략 11년 전 | 1

더 보기