1樓:伍拾步
t從0到5,步長為0.001
t=0,0.001,0.002,0.003,.....,4.998,4.999,5;
2樓:
這種問題一般在matlab命令視窗中試一下就可以了;
>> t=0:0.001:5
t =columns 1 through 8
0 0.0010 0.0020 0.0030 0.0040 0.0050 0.0060 0.0070
columns 9 through 16
0.0080 0.0090 0.0100 0.0110 0.0120 0.0130 0.0140 0.0150
columns 17 through 24
0.0160 0.0170 0.0180 0.0190 0.0200 0.0210 0.0220 0.0230
columns 25 through 32
0.0240 0.0250 0.0260 0.0270 0.0280 0.0290 0.0300 0.0310
columns 33 through 40
0.0320 0.0330 0.0340 0.0350 0.0360 0.0370 0.0380 0.0390
columns 41 through 48
0.0400 0.0410 0.0420 0.0430 0.0440 0.0450 0.0460 0.0470
columns 49 through 56
0.0480 0.0490 0.0500 0.0510 0.0520 0.0530 0.0540 0.0550
columns 57 through 64
0.0560 0.0570 0.0580 0.0590 0.0600 0.0610 0.0620 0.0630
columns 65 through 72
0.0640 0.0650 0.0660 0.0670 0.0680 0.0690 0.0700 0.0710
columns 73 through 80
0.0720 0.0730 0.0740 0.0750 0.0760 0.0770 0.0780 0.0790
columns 81 through 88
0.0800 0.0810 0.0820 0.0830 0.0840 0.0850 0.0860 0.0870
columns 89 through 96
0.0880 0.0890 0.0900 0.0910 0.0920 0.0930 0.0940 0.0950
columns 97 through 104
0.0960 0.0970 0.0980 0.0990 0.1000 0.1010 0.1020 0.1030
columns 105 through 112
0.1040 0.1050 0.1060 0.1070 0.1080 0.1090 0.1100 0.1110
columns 113 through 120
0.1120 0.1130 0.1140 0.1150 0.1160 0.1170 0.1180 0.1190
columns 121 through 128
0.1200 0.1210 0.1220 0.1230 0.1240 0.1250 0.1260 0.1270
columns 129 through 136
0.1280 0.1290 0.1300 0.1310 0.1320 0.1330 0.1340 0.1350
columns 137 through 144
0.1360 0.1370 0.1380 0.1390 0.1400 0.1410 0.1420 0.1430
columns 145 through 152
0.1440 0.1450 0.1460 0.1470 0.1480 0.1490 0.1500 0.1510
columns 153 through 160
0.1520 0.1530 0.1540 0.1550 0.1560 0.1570 0.1580 0.1590
columns 161 through 168
0.1600 0.1610 0.1620 0.1630 0.1640 0.1650 0.1660 0.1670
columns 169 through 176
0.1680 0.1690 0.1700 0.1710 0.1720 0.1730 0.1740 0.1750
columns 177 through 184
0.1760 0.1770 0.1780 0.1790 0.1800 0.1810 0.1820 0.1830
columns 185 through 192
0.1840 0.1850 0.1860 0.1870 0.1880 0.1890 0.1900 0.1910
columns 193 through 200
0.1920 0.1930 0.1940 0.1950 0.1960 0.1970 0.1980 0.1990
columns 201 through 208
0.2000 0.2010 0.2020 0.2030 0.2040 0.2050 0.2060 0.2070
columns 209 through 216
0.2080 0.2090 0.2100 0.2110 0.2120 0.2130 0.2140 0.2150
columns 217 through 224
0.2160 0.2170 0.2180 0.2190 0.2200 0.2210 0.2220 0.2230
columns 225 through 232
0.2240 0.2250 0.2260 0.2270 0.2280 0.2290 0.2300 0.2310
columns 233 through 240
0.2320 0.2330 0.2340 0.2350 0.2360 0.2370 0.2380 0.2390
columns 241 through 248
0.2400 0.2410 0.2420 0.2430 0.2440 0.2450 0.2460 0.2470
columns 249 through 256
0.2480 0.2490 0.2500 0.2510 0.2520 0.2530 0.2540 0.2550
columns 257 through 264
0.2560 0.2570 0.2580 0.2590 0.2600 0.2610 0.2620 0.2630
columns 265 through 272
0.2640 0.2650 0.2660 0.2670 0.2680 0.2690 0.2700 0.2710
columns 273 through 280
0.2720 0.2730 0.2740 0.2750 0.2760 0.2770 0.2780 0.2790
columns 281 through 288
0.2800 0.2810 0.2820 0.2830 0.2840 0.2850 0.2860 0.2870
columns 289 through 296
0.2880 0.2890 0.2900 0.2910 0.2920 0.2930 0.2940 0.2950
columns 297 through 304
0.2960 0.2970 0.2980 0.2990 0.3000 0.3010 0.3020 0.3030
columns 305 through 312
0.3040 0.3050 0.3060 0.3070 0.3080 0.3090 0.3100 0.3110
columns 313 through 320
0.3120 0.3130 0.3140 0.3150 0.3160 0.3170 0.3180 0.3190
columns 321 through 328
0.3200 0.3210 0.3220 0.3230 0.3240 0.3250 0.3260 0.3270
columns 329 through 336
0.3280 0.3290 0.3300 0.3310 0.3320 0.3330 0.3340 0.3350
columns 337 through 344
0.3360 0.3370 0.3380 0.3390 0.3400 0.3410 0.3420 0.3430
columns 345 through 352
。。。。。。。。。
matlab的plot命令,matlab中 plot函式全部功能怎麼用
我行我素 畫出圖形後一看就明白了 中括號一般表示區間或資料點,plot 2,1.1 中表示y座標,plot 2,1.1,1.1,2 1.1,1.1,1.1,1.1 中表示x座標和y座標的區間端點和資料值 1 沒有中括號就是表示點的意思,第一個就畫點 2,1.1 2 像樓上說得,中括號是構造矩陣用的,...
matlab中矩陣寫入的問題,matlab中矩陣寫入txt文件的問題
521煙雨曉曉 先新建一個命名tt.txt的文件,在建一個m檔案,把這些copy進去就ok了。a 1 2 3 4 5 b 6 7 8 9 0 fid fopen tt.txt wt i size a j size b m max i 2 j 2 for k 1 m if k i 2 fprintf ...
matlab中plot的用法
小u自 1 plot y 當y為向量時,是以y的分量為縱座標,以元素序號為橫座標,用直線依次連線資料點,繪製曲線。若y為實矩陣,則按列繪製每列對應的曲線。2 plot x,y 若y和x為同維向量,則以x為橫座標,y為縱座標繪製連線圖。若x是向量,y是行數或列數與x長度相等的矩陣,則繪製多條不同色彩的...