Azzera filtri
Azzera filtri

How to solve incosistent scientific format ?

1 visualizzazione (ultimi 30 giorni)
Hi guys, im facing trouble when i use 'strcmp'. I was trying to get a data from variable "Stepnum" when its "R3Plastic" is 3,673E-06. But i only have string "3,673e-06" which is automatic created in previous calculation.
how to fix the text-formatting scientific, want to make it fix only using "E"
  1 Commento
Stephen23
Stephen23 il 8 Mar 2024
Spostato: Stephen23 il 11 Mar 2024
Do not convert to text and compare text.
Compare the numeric values. Best of all by comparing the absolute difference against a tolerance:
abs(A-B)<tol

Accedi per commentare.

Risposta accettata

Walter Roberson
Walter Roberson il 8 Mar 2024
  1 Commento
Arif
Arif il 11 Mar 2024
hey thank you so much. u solved my problem. But what is the difference ?

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Characters and Strings in Help Center e File Exchange

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by