Statistics
RANK
14 134
of 295 569
REPUTATION
3
CONTRIBUTIONS
12 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
3
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
mer än 6 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 6 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 7 år ago | 1 answer | 0
1
answerHow 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=...
mer än 7 år ago | 0
| accepted
Question
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...
mer än 7 år ago | 3 answers | 0
3
answersQuestion
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...
mer än 7 år ago | 2 answers | 1
2
answersHow 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)) ...
mer än 7 år ago | 0
Question
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...
mer än 7 år ago | 3 answers | 0
3
answersQuestion
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 ...
mer än 7 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 7 år ago | 3 answers | 1
3
answersQuestion
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...
mer än 7 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 7 år ago | 1 answer | 0
1
answerQuestion
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}] <</...
mer än 7 år ago | 3 answers | 1
3
answersQuestion
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...
mer än 7 år ago | 1 answer | 0