Find and replace in a character array
16 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
vedesh Mohit
am 6 Mär. 2020
Bearbeitet: BobH
am 6 Mär. 2020
Hey, I have this character array F='(B~C) + (~AB)'. How can I assess the array to locate all the terms that has a ~ before it and replace it with a ('). So ~C should be C'. Therefore I would like F to be F=(BC') + (A'B)
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Categorical Arrays finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!