photo

Hau Kit Yong


Last seen: 거의 5년 전 2018년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

20 질문
0 답변

순위
14,636
of 300,765

평판
3

참여
20 질문
0 답변

답변 채택
45.0%

획득한 표
3

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,941

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Get supersets from cell array of doubles
I have a cell array of doubles, e.g. C{1} = [1,2,3,4]; C{2} = [3,4,5,6,7,8]; C{3} = [2,3]; C{4} = [7,8,9,10]; C{5} = [1,2,...

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

1

답변

질문


How to plot Design Structure Matrix?
How can I plot a Design Structure Matrix (DSM) in MATLAB? Here is an example DSM: I have tried storing my connections in a ...

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

1

답변

질문


Symbolic substitution for variable subscripts
How should I perform the following substitution: ? Can the subs function be used? Or do I have to take a manual approach and use...

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

0

답변

질문


Qualification for checking objects with respect to an interface
I want to write some tests to check if my objects have implemented an interface correctly. The outline of my test is as follows:...

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

1

답변

질문


regex: Extract then delete
Is there a regex function that can extract matched strings and delete them after? I would like to do this without searching over...

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

1

답변

질문


regexp: Extract optional named tokens
I would like to extract some information from the following text: There are 3 groups in the text. I want to extract the gende...

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

1

답변

질문


Writing classes with parallel properties (R2016b)
I am trying to write a class to hold finite element model data. I have decided to write a 'Grid' class to represent the grid poi...

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

0

답변

질문


Split cell array rows by delimiter (2016b)
I have a vertical cell array of char vectors that I want to split into smaller vertical cell arrays based on rows in the array t...

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

1

답변

질문


Extracting consecutive digits using regexp
I expected regexp('ITEM 123', '.+(\d+)', 'tokens') to return '123'. Why does it only return '3'? What would be the correct exp...

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

1

답변

질문


How to rename the MATLAB Drive Connector folder?
Is there a simple way to rename a Drive Connector folder? I've tried everything bar uninstalling the Drive Connector or deleting...

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

0

답변

질문


Purpose of error identifiers
I am curious about the practical uses of error identifiers, for example the 'identifier' property in MException objects. From ...

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

1

답변

질문


Creating pointers for arrays
I have a global array of values which will be operated on by a set of objects. Each of my objects operate on subsets of this glo...

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

1

답변

질문


Can I write type converters for a custom class?
I want to write a method in my custom classes to return string representations of instantiated objects (similar to writing a "__...

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

0

답변

질문


Correct way to specify default property values when constructor uses inputParser.
As per the title, I have a class where the constructor passes a varargin input argument into inputParser, which I set up by usin...

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

1

답변

질문


Simplify symbolic expression for the Taylor series
I have written some code that generates a system of symbolic, nonlinear equations based on Taylor series expansions. For example...

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

0

답변

질문


Extracting elements from cell array of matrices
Say I have a 101x101 cell array, where each element is a 3x3 matrix. How can I extract the (1,1) element of each of the 101x101 ...

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

1

답변

질문


Injecting a trust region radius within fmincon
I understand that most algorithms in fmincon are trust-region methods. However, I would like to inject my own trust region updat...

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

1

답변

질문


Non-existent fields in optimValues
I am writing an output function to plot out certain parameters during an optimization. I am using fmincon with the SQP algorithm...

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

1

답변

질문


How can I call intermediate functions within fmincon?
I am trying to minimize a nonlinear problem using fmincon. The evaluation of my objective, f, and constraints, g, require not on...

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

1

답변

질문


num2str for strict string lengths
I have an array of numbers with varying orders of magnitude that I want to convert to strings that are of fixed lengths. The str...

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

1

답변