How to add Zero after an integer value?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
xcord = [20.76 19.24 20.00];
ycord = [0.0 0.76 -0.76];
Q(loop+new,1) = sprintf(str,nodeno(1,pier)+loop+a,xcord(1,no_of_pier),ycord(1,p),depth-(0.1*(loop)));
Can any one tell me When I am using this code the all values are coming with floating type but 0.0 and 20.0 are not coming. I want these 2 numbers also to come as floating type
0 Kommentare
Siehe auch
Kategorien
Mehr zu Spectral Estimation 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!