photo

Yode


2017년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

12 질문
2 답변

순위
14,130
of 300,753

평판
3

참여
12 질문
2 답변

답변 채택
50.0%

획득한 표
3

순위
 of 21,075

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,858

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to hightlight the mask in a image
If I'm in *Mathematica*, I just run <<https://i.stack.imgur.com/Rh5ud.png>> I can get what I want, but I cannot find the c...

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

1

답변

질문


How to hightlight image mask
If I'm in Mathematica, I just run <<https://i.stack.imgur.com/JGsnE.png>> I can get what I want, but I cannot search the c...

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

0

답변

질문


Why the imfilter give different result with textbook?
As the textbook say,this code ( *gd=imfilter(f,w)*) will give a result with blurry edge like follow <<http://i.stack.imgur.co...

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

1

답변

답변 있음
How to show a one column matrix with muiltcolumn
As some improve,I complete this function almost perfect work for me function multicolmn(mat,col) if nargin<2 col=...

8년 초과 전 | 0

| 수락됨

질문


How to set a default value for my custom function
I hope to create such custom function function addnum(mat,n=numel(mat)) mat+n I mean I try to add a number into the e...

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

3

답변

질문


How to find those function end with *fun
As we know,there are structfun,arrayfun,cellfun and so on.Could we find those function *with code method* in matlab? As I try...

8년 초과 전 | 답변 수: 2 | 1

2

답변

답변 있음
How to show a one column matrix with muiltcolumn
I get an answer in <https://stackoverflow.com/a/45127367/7033055 overflow> disp(sprintf([repmat('%d\t',1,4) '\n'], 1:17)) ...

8년 초과 전 | 0

질문


How to show a one column matrix with muiltcolumn
I have a matrix,such as [1:17]' the matlab will show it in a long shape, <<http://i.stack.imgur.com/OP0bv.png>> I...

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

3

답변

질문


How to produce two 3*3 random matix for two varible
Of course,we can use this method >> matrix1=randi(10,3) matrix1 = 3 3 7 8 1 6 2 ...

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

2

답변

질문


How to clear the former command
Of course,we know the function *clc* will clear all input command.But sometimes,I just want to clear the *former one* command or...

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

3

답변

질문


How to build a .dat file with a cell variable
There is a picture in my textbook <<http://i.stack.imgur.com/LN8xC.png>> Since this,I try to create a same *.dat* file for...

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

1

답변

질문


How to omit the type line in a regexp result
This is my Matlab command for match those string. <<http://i.stack.imgur.com/TuwFD.png>> As we see,there is a type mark li...

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

1

답변

질문


How to make a slider GUI with most simple code
I'm a Mathematica user,so I can make a slider gui with this code Manipulate[Plot[Sin[a x], {x, 0, 2 Pi}], {a, 1, 2}] <</...

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

3

답변

질문


How to find all Linux command
I'm very new to Matlab,but I'm familiar with Linux.And I find a interesting thing,the matlab integrate many Linux command,such a...

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

1

답변