Statistics
RANK
242,555
                          
                          
of 300,381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          1 Question
                          2 Answers
ANSWER ACCEPTANCE 
                            0.0%
                        
VOTES RECEIVED
0
RANK
 of 20,941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,477
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
Answered
Older MATLAB script not able to run in 2019 version
strname = ['data/' strjoin(fix(clock) , '-') '.txt']; fid = fopen(strname, 'w');
    
  
Older MATLAB script not able to run in 2019 version
strname = ['data/' strjoin(fix(clock) , '-') '.txt']; fid = fopen(strname, 'w');
6 years ago | 0
Answered
Older MATLAB script not able to run in 2019 version
I am using MATLAB R2019a and I am getting several errors on Error using strjoin (line 53) First input must be a string array ...
    
  
Older MATLAB script not able to run in 2019 version
I am using MATLAB R2019a and I am getting several errors on Error using strjoin (line 53) First input must be a string array ...
6 years ago | 0
Question
Older MATLAB script not able to run in 2019 version
I am trying to run an older MATLAB code and hjaving issues running due to some syntaxual problems. I am not familiar with MATLA...
6 years ago | 4 answers | 0