How to replace number with string in a matrix

4 vues (au cours des 30 derniers jours)
Ali Raza
Ali Raza le 24 Août 2022
Commenté : Lavanya le 14 Sep 2022
I want to print like:
A =
1 1 1 1 1
1 1 1 1 1
1 1 Ali 1 1
1 1 1 1 1
1 1 1 1 1
but there are errors in my code:
for i = 1:5
for j = 1:5
A(i,j) = 1;
end
end
A

Réponse acceptée

Geoff Hayes
Geoff Hayes le 24 Août 2022
Déplacé(e) : Cris LaPierre le 24 Août 2022
@Ali Raza - if you wish to combine numeric values with strings, then I think that you would need to use a cell array.
  5 commentaires
Lavanya
Lavanya le 14 Sep 2022
Here is the ''app1.mlapp'' file. This '.mlapp' file should work same as above the code. But its not working. Can you help me with this?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Lighting, Transparency, and Shading dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by