Effacer les filtres
Effacer les filtres

Loading hex values from a file vs executing .m file that contains same values

3 vues (au cours des 30 derniers jours)
I have a file: test_hex_load.m
that contains one line
0x52d50
When I try to load the file, instead of just executing the m-file, it does not give the same result and I was wondering why that would be?
>> clear
>> test_hex_load
ans =
uint32
339280
>> load("test_hex_load.m")
>> test_hex_load
test_hex_load =
339536
  4 commentaires
Stephen23
Stephen23 le 24 Avr 2024
@Emmanuelle Laprise: you could make an enhancement request:
But it is more likely that this feature would be included in the modern, more powerful text importing functions (e.g. READMATRIX, READTABLE, etc). This topic has been discussed before, with alternative solutions:
Emmanuelle Laprise
Emmanuelle Laprise le 24 Avr 2024
Thank you for the links. I apologize for the repost. I had not found these questions/answers when searching the database.

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 24 Avr 2024
It's a bug. It is processing all d and D as if they were e

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Produits


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by