Remove Redundant Parentheses from String Expression
    4 ビュー (過去 30 日間)
  
       古いコメントを表示
    
String contains a long expression. Part of it is:
'...+(G0*(G1-G2+G3))+((G4*(G5+G6)))-(((G7+G8))*((G9+G10+G11)))+...'
The redundant parentheses could be removed and the expression should look like:
'...+G0*(G1-G2+G3)+G4*(G5+G6)-(G7+G8)*(G9+G10+G11)+...'
Is there a simple Matlab script to do this?
5 件のコメント
回答 (1 件)
  Image Analyst
      
      
 2016 年 6 月 8 日
        Recall that Azzi answered this, or something pretty much similar, and you accepted his answer in http://www.mathworks.com/matlabcentral/answers/287777#answer_224489
4 件のコメント
  Star Strider
      
      
 2016 年 6 月 10 日
				@S H —
Don’t get cheeky.
Revise the documentation for the Symbolic Math Toolbox simplify function.
参考
カテゴリ
				Help Center および File Exchange で Characters and Strings についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





