Statistics
All
                
                
              RANK
229 412
                          
                          
of 300 381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          0 Questions
                          3 Answers
ANSWER ACCEPTANCE 
                            0.00%
                        
VOTES RECEIVED
0
RANK
13 105 of 20 941
REPUTATION
25
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS 
1
ALL TIME DOWNLOADS
153
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
how to scale the array type double of range [-1,1] to [0,1] and [0,360] to[0,1]
if input is matrix, you can use this. upper, bottom xmax =max(input); xmin =min(input); A=bsxfun(@minus,input,xmin); B=bsxfu...
    
  
how to scale the array type double of range [-1,1] to [0,1] and [0,360] to[0,1]
if input is matrix, you can use this. upper, bottom xmax =max(input); xmin =min(input); A=bsxfun(@minus,input,xmin); B=bsxfu...
ungefär 8 år ago | 0
Answered
How can I rotate the axis tick labels in 2-D and 3-D?
Another way List={'AAAAAAA','BBBBBBb','CCCCCCCC'} bar(1:3 ,[0.5 0.3 0.2]) set(gca,'XTickLabel',List) set(gca,'XTickL...
    
  
How can I rotate the axis tick labels in 2-D and 3-D?
Another way List={'AAAAAAA','BBBBBBb','CCCCCCCC'} bar(1:3 ,[0.5 0.3 0.2]) set(gca,'XTickLabel',List) set(gca,'XTickL...
mer än 9 år ago | 0
Answered
Puzzler for a Monday
k=ismember(A,B) A(k)='' if sum(k)==0 A=A; else A=[A B] end
    
  
Puzzler for a Monday
k=ismember(A,B) A(k)='' if sum(k)==0 A=A; else A=[A B] end
nästan 11 år ago | 0











