Statistics
0 Questions
                        5 Answers
RANK
3,381
                          
                          
of 300,392
                        
REPUTATION
16
                           
                        
CONTRIBUTIONS
                          0 Questions
                          5 Answers
ANSWER ACCEPTANCE 
                            0.00%
                        
VOTES RECEIVED
0
RANK
 of 20,933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,335
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
Convert values in the cell to array using cell2mat
Convert the cell array to a row vector, and then try. It should work cell2mat(output1')
4 years ago | 0
How can I apply zero of G(s) to my code
Hi Lee, If you want to calculate the zeros of a transfer fucntion, you can use zero fucntion zero(sys)
4 years ago | 0
| accepted
How to write a character sequence for parallel symbol?
\parallel is not available in MATLAB - here However, You can use either '\mid\mid' or '||'
4 years ago | 0
| accepted
Create a new struct array from values of old struct array satisfying condition
Hi! You are creating a 'char' array while using [struct_out.condition], and hence ending up getting only one logical output ins...
4 years ago | 0
| accepted
how to insert zeros in a certain column of only one row.
You can do this A = ones(1,210); A(116:170) = 0;
4 years ago | 0
| accepted
 
        
 
                
              