
matlab plot中文 在 コバにゃんチャンネル Youtube 的最讚貼文

Search
1. 设置plot · 设置曲线形式(LineSpec) · 设置曲线宽度:LineWidth · 设置标记大小:MarkerSize · 设置标记边缘颜色:MarkerEdgeColor · 标记填充颜色: ... ... <看更多>
matplotlib繪圖要顯示中文需要修改相關設定,經過一番苦心找到解法,並且使用開源且可商用的「台北黑體」(感謝翰字鑄造JT ... plt.plot((10,20,30),(400,500,600)) ... <看更多>
#1. 二维线图- MATLAB plot - MathWorks 中国
此MATLAB 函数创建Y 中数据对X 中对应值的二维线图。 如果X 和Y 都是向量,则它们的长度必须相同。plot 函数绘制Y 对X 的图。 如果X 和Y 均为矩阵,则它们的大小必须 ...
#2. matlab 画图plot 中文乱码问题(title,legend) - CSDN博客
刚解决了这个问题,具体如下:1. 添加中文字体到MATLAB的文件夹:D:\Program Files\MATLAB\R2011a\sys\java\jre\win32\jre\lib\fonts\ 2.
#3. 如何解決Matlab 畫圖時中文顯示亂碼的問題? - GetIt01
比如,plot函數下面title( ... 如何解決Matlab 畫圖時中文顯示亂碼的問題? 02-03. 比如,plot函數 ... 然後在畫圖的時候需要添加text的位置直接指定你添加的中文字體.
#4. 如何解决Matlab 画图时中文显示乱码的问题? - 知乎
比如,plot函数下面title("你好")在figure中“你好”就显示乱码,如下图,上面部分乱码。请问你…
#5. matlab 画图plot 中文乱码问题(title,legend) - Java天堂
matlab 画图plot 中文乱码问题(title,legend). 2019-09-16 未分类 发表评论. 如果不知道当前使用的matlab装在哪里,可以使用命令 matlabroot 来查看。
#6. Matlab plot畫圖座標字體、字號、範圍、間隔等的設置 - 台部落
MATLAB 座標的數字、範圍、間隔調整matlab繪圖的時候只用plot函數出來的圖不一定符合自己最想要的格式, 經常要對座標的數字、範圍、間隔做處理。
命令窗口和editor可以正确输入中文但是执行的时候,图的中文title被? ... 我也是这个问题,编辑器在编写代码的时候可以显示中文,但是用plot函数时,如果有中文字符 ...
MATLAB (Matrix Laboratory,矩阵实验室)是由美国The MathWorks公司出品的商业数学软件。MATLAB是一种用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算 ...
#9. 搜索结果_Matlab画图,如何使用中文标注 - 百度知道
2011-10-21 eythgon 17. 请问matlab中给坐标轴加标记可否为中文? 1.在每个plot的后面加一个title('标题X')就可以在小图前面加标题,紧... 2015-04-07 nicelife2014 1.
#10. 1.6 偏好設定(Preference)
... Signal 的同時並且也啟動Matlab Engine ( 如果使用者的系統中有安裝Matlab )。 ... 再來說明繪圖設定(Plot) ,第一項Default Plot Size 與繪圖相關,可設定繪圖區 ...
#11. plot(MATLAB plot 函式):語法,套用舉例 - 中文百科全書
外文名:plot · :matlab · :二維線畫圖函式 · 基本調用格式:plot(y)等.
#12. Matlab中plot图中文字的添加和删除 - 程序员大本营
Matlab 中plot图中文字的添加和删除. 本文是基于在做课题过程中所用到的Matlab软件编程实现目标过程中出现的一些问题的解决方法,持续更新! 在用Matlab画图过程中, ...
#13. 如何设置图片标题的字体大小? - - MathWorks
有两种方法来实现,不仅title的标题字体能修改,xlabel等坐标轴说明也可以。 1)使用figure对象及其子对象的属性:. >>plot(1:10).
#14. Chapter 2 MATLAB基本功能介紹
在MATLAB 程式裡,資料的基本單位是陣列(array)。 ... 純量(scalars)在MATLAB 中被視為是㇐行㇐列的陣列。 ... x、y 值的向量,並使用plot函式即可。
#15. matlab 画图plot 中文乱码问题 - 代码天地
刚解决了这个问题,具体如下:1. 添加中文字体到MATLAB的文件夹:D:\Program Files\MATLAB\R2011a\sys\java\jre\win32\jre\lib\fonts\ 2.
#16. MATLAB 與Tektronix 儀器搭配使用
MATLAB ® 軟體(由MathWorks 提供) 可擴充Tektronix 示波器、頻譜分析儀、訊號分析儀 ... This lab covers how to use MATLAB to load experimental data, plot the data ...
#17. 中文版MATLAB 2018從入門到精通(實戰案例版) - 博客來
書名:中文版MATLAB 2018從入門到精通(實戰案例版),語言:簡體中文 ... 6.1.1 plot繪圖命令實例——實驗資料曲線實例——視窗分割實例——隨機矩陣圖形實例——摩擦係數變化 ...
#18. MATLAB 繪圖
MATLAB 繪圖. 本章重點. 3.1 二維繪圖(2D Plotting). 3.2 子圖形與重疊圖形(Subplots). 3.3 特殊種類圖形(Special Type 2-D Plots) ...
#19. 3-4 說明文字的加入
subplot(1,1,1); x = 0:0.1:2*pi; y1 = sin(x); y2 = exp(-x); plot(x, y1, ... 此外,MATLAB 將反斜線「\」視為特殊符號,因此可產生上標、下標、希臘字母、數學符號 ...
#20. 利用MATLAB & Simulink進行線上教學 - 鈦思科技
您可在此找到各種提供MATLAB & Simulink線上教學經驗的資源及靈感,以及各類工具,協助您在課程中 ... 遙測數據影像處理(任玄, 中央大學). 中文教材 ... 搞懂Bode Plot.
#21. 9.3.6增加標題與文字 - MATLAB 之工程應用
本課程"MATLAB之工程應用" (APPLICATIONS OF MATLAB IN ENGINEERING)旨在讓學生 ... %Demo_10 Adding titles to a graph ... plot(x,y,'r') %先行繪圖
#22. MATLAB 簡介
2-D Plotting. The basic syntax to get a plot in Matlab is plot(x1,y1). (The x values always come before the y values, x1 and y1 represent variables that.
#23. 實驗一:、MATLAB 及SIMULINK 使用簡介
當標示、儲存或將不同參數設定下的模擬結果蒐集比較,故. 一般使用MATLAB 提供之plot 指令記錄或列印波形,有關 plot 指令之詳細使用方法將於稍後介紹。
#24. NumPy Matplotlib | 菜鸟教程
它可与NumPy 一起使用,提供了一种有效的MatLab 开源替代方案。 ... 这些值使用matplotlib 软件包的pyplot 子模块的plot() 函数绘制。 ... 图形中文显示.
#25. Python教學-如何解決matplotlib中文亂碼問題 - PyInvest
會發生這種情況的原因在於matplotlib沒有原生支援中文字型,因此我們要手動幫matplotlib安裝中文字型. 步驟一:下載中文字型. 我們這邊先下載一個開源 ...
#26. Matlab資料匯總暨MATLAB中文論壇帖子整理 - 壹讀
本資料所有問題及代碼均摘選自matlab中文論壇,主要供自己學習使用。 ... 109、MATLAB中plot命令繪圖微調的幾個註記(轉自職業倉庫)
#27. Matlab 線上教材 - 計算機概論
市面上已經開始有一些中文的Matlab 書籍, 但是我們的教材特別強調Matlab 處理陣列資料形態的物件化技巧。 我在準備這批教材的時候,主要的參考資料有.
#28. 資料探索— 新手村逃脫!初心者的Python 機器學習攻略1.0.0 ...
首先是Matlab 風格,對本來就利用Matlab 作資料分析的使用者非常熟稔,它採用靜態 ... 我們使用散佈圖(Scatter plot)用作探索兩組數值資料相關情況,藉著圖形可以 ...
#29. Matlab中plot图中文字的添加和删除 - 足球投注万博
Matlab 中plot图中文字的添加和删除. 本文是基于在做课题过程中所用到的Matlab软件编程实现目标过程中出现的一些问题的解决方法,持续更新! 在用Matlab画图过程中, ...
#30. MATLAB 曲線配適(迴歸)與內插
給定多項式的係數來計算其函數值: polyval. 函數值. ▫ 亦可一次計算多點的函數值. Ex: >>p=[ 1 1 0 2];. >>x=linspace(0,10,100);. >>y=polyval(p,x);. >>plot(x,y).
#31. Matlab 產生運動軌跡(Trajectory Generation) | louie_lu's blog
機車操作手冊Motorcycle Operator Manual 繁體中文版 ... Matlab 可以透過Robotics System Toolbox 的Trajectory Generation and ... plot(tvec, q).
#32. LaTeX中插入matlab程式碼(可新增中文註釋)的幾種方法
LaTeX中插入matlab程式碼(可新增中文註釋)的幾種方法 ... Sigma, 200); X = [x1; x2; x3; x4; x5]; % Show the data points plot(x1(:,1), x1(:,2), ...
#33. MATLAB 的機分配
本章在悉MATLAB 處理機問題的指令及其應用, 包括分配函數的 ... MATLAB 提供哪些pdf 及cdf 函式呢? ... 用plot 畫出這些值, 看看長什麼樣子?
#34. 解決Python 3 Matplotlib與Seaborn視覺化套件中文顯示問題
Python 3 各種視覺化圖表無法顯示中文的問題! 這雖然是個很常見的困擾,但由於網路上幾乎都是 ... matplotlib: plotting with Python. github.com ...
#35. [問題] 畫圖plot中title是否可為變數- 看板MATLAB - 批踢踢實業坊
想請教一下我現在想畫十張圖for i = 1:10 figure(i) plot((1:1000),matrix(i,:),'r'); ... 推profyang:不知道matlab有沒有內建可以轉中文的.
#36. MATLAB (简体中文) - ArchWiki
与电子表格或传统编程语言(如C / C ++或Java)相比,Matlab的语言, ... or when plotting), make sure Java's 2D OpenGL rendering is disabled.
#37. Python實現matplotlib顯示中文的方法詳解 - 程式前沿
本文例項講述了Python實現matplotlib顯示中文的方法。 ... plt.plot(x,y,label="$sin(x)$",color="red",linewidth=2) plt.plot(x,z,"b--" ...
#38. LaTeX技巧789:解决Matlab 图片中文乱码问题
LaTeX技巧789:解决Matlab 图片中文乱码问题. 2034 阅读 0 评论 0 点赞 ... 2); comet(x,y); title('二维彗星轨迹图') hold on plot(x,y)
#39. VS2015调用matlab Plot函数- osc_994n5tsc的个人空间
最近经常采用Matlab仿真,然后C语言实现,最后需要将计算结果使用Qt的qwt或者matlab中的plot函数绘图。 因此想借用matlab的plot函数接口, ...
#40. MATLAB即時編輯器應用簡介 - 計中首頁
即時編輯器(Live Editor)為MATLAB R2016a版本的全新功能,提供全新的方式來建立和 ... 這邊的例子是用plot指令畫出一個sine波,x軸的範圍是從1到10。
#41. 如何用matlab画稍微美观点的图
1. 设置plot · 设置曲线形式(LineSpec) · 设置曲线宽度:LineWidth · 设置标记大小:MarkerSize · 设置标记边缘颜色:MarkerEdgeColor · 标记填充颜色: ...
#42. Plot streamlines in matlab - COMSOL
Does anybody know how to extract velocity field (e.g. laminar flow) and plot streamlines in matlab? I am still playing but no luck so far.
#43. [Matlab/Octave] 繪製多圖(subplot) - Learning-Sky
subplot(211),plot(t,x) %將繪圖區分成兩個位置,在第一位進行繪圖 xlim([0 max(t)]) ylim([-1.2 1.2]) xlabel('時間(s)') %若你的Octave不支援中文, ...
#44. python matlab库简单用法讲解 - html中文网
matlab 库安装:. python setup.py install ; 验证安装成功:. matlabengineforpython R2017a ; 语法:. matlab.plot([],'') ; 使用代码:.
#45. MATLAB中文论坛: 首页
MATLAB中文 论坛是中文MATLAB和Simulink用户的问答交流社区和分享平台,提供大量用户共享的学习教程和技术资源,包括版本更新、视频教程、模型和代码下载、算法 ...
#46. Fitnet matlab - Jornal Alternativo
以plot绘图函数为例,在命令行窗口输入help plot,便可得到plot函数的有关介绍。 ... 当然也可以采用新的语法,更简洁(请留意差异matlab中文论坛matlab 数学、统计与 ...
#47. Plotaxisatorigin - Imperial Country
In a conventional plot, I set the XAxisLocation property to 'origin', but in the GUI ... matlab中文论坛matlab 基础讨论板块发表的帖子:怎么画这样的坐标轴?
#48. 1d lookup table simulink
From the context menu, select Foundation Library > Plot Table. ... Mar 24, 2016 · MATLAB中文论坛Simulink 基础讨论板块发表的帖子:1-D的Lookup table怎么使用。
#49. Too many input arguments matlab - Observatorio CTS
May 06, 2013 · MATLAB中文论坛MATLAB 基础讨论板块发表的帖子:Error using cd Too many ... Too many input arguments. is not the Matlab file for the area plot.
#50. 如何解决Matlab 画图时中文显示乱码的问题? - huipengly
使用的是win10系统,从前几个月某一天,我的matlab的figure里的中文都变成了口口。很是郁闷,还以为是动到了什么配置引起的。 前几天更新了matlab ...
#51. Matlab r2020a vs r2020b - Highridge Graphics
matlab r2020a vs r2020b A comparison of the SAR ADC from the Mixed-Signal ... have a Color property which controls the color of what I call the "plot …
#52. 如何隱藏matlab中的座標軸和刻度而不隱藏其他所有的信息
axis off;. 這是你在找什麼? 這絕對是這個網站和matlab文檔中的其他地方。試着輸入. help plot.
#53. Matlab lsqcurvefit
matlab lsqcurvefit Jul 07, 2020 · MATLAB中文论坛MATLAB 数学、统计与优化板块 ... I run A=lsqcurvefit (F,A0,x_data,y_data,lb,ub) and once it's done, I plot F ...
#54. Improfile matlab
c = improfile(I,[77 160],[225 225]); figure plot(c, '*-') Codes in MATLAB for ... MATLAB中文论坛MATLAB 图像处理与计算机视觉板块发表的帖子:MATLAB图像处理 ...
#55. Fitnet matlab - Antik u Ignáce
Learn more about neural network, fitnet, unbiased matlab中文论坛matlab ... 以plot绘图函数为例,在命令行窗口输入help plot,便可得到plot函数的有关介绍。
#56. Matlab polyshape intersect
Introduction to Matlab Plot Circle. ... with improved performance MATLAB中文论坛MATLAB 基础讨论板块发表的帖子:如何求两个多边形的交点坐标及重叠部分的面积?
#57. Matlab wavemenu - ClipBoat.in
Problem MATLAB中文论坛MATLAB 信号处理与通信板块发表的帖子:MATLAB小波工具箱 ... 4 th level using menu wavemenu in Matlab command prompt and plotting them.
#58. Colab 進行matplotlib繪圖時顯示繁體中文
matplotlib繪圖要顯示中文需要修改相關設定,經過一番苦心找到解法,並且使用開源且可商用的「台北黑體」(感謝翰字鑄造JT ... plt.plot((10,20,30),(400,500,600))
#59. Matlab inpolygon - Herbal wala
There are few other fast codes on FEX (e. figure plot (xv,yv Please post the ... MATLAB中文论坛MATLAB 基础讨论板块发表的帖子:inpolygon不能判断点是否在封闭 ...
#60. Matlab parfor eval
Sometimes, Matlab parfor can be used to plot in parallel, when all parfor ... MATLAB中文论坛MATLAB 并行计算板块发表的帖子:spmd和parfor中使用eval。
#61. Gpuarray matlab
MATLAB中文 论坛MATLAB 基础讨论板块发表的帖子:gpuArray类型转换问题。 ... How to parallelize many small SVD's on a GPU. how to plot 3 lines at the same time ...
#62. Roipoly matlab
I intend on using roipoly to select regions of interest in a plot. ... handles Image Processing Toolbox MATLAB中文论坛MATLAB 基础讨论板块发表的帖子:matlab ...
#63. Imadjust matlab gamma - Studio Morango Cabeleireiros
MATLAB中文 论坛MATLAB 图像处理与计算机视觉板块发表的帖子:图像处理函数 ... Plot the transformation function and display the contrast stretched image.
#64. Matlab music doa
MUSIC estimates the DOA content of a signal or autocorrela- MATLAB中文 ... Symmetrize the Input Matrix Before Eigendecomposition; MATLAB Plots Can Be ...
#65. Matlab fit ar model
MATLAB中文 论坛MATLAB 数学、统计与优化板块发表的帖子:关于用matlab ... The plot shows the unique effect of adding a term to a model assuming the model ...
#66. Simscape solver configuration
Oct 11, 2015 · MATLAB中文论坛Simulink 基础讨论板块发表的帖子:Simulink中不同模块之 ... Learn more about simulink, simscape, scope, ac voltage, plot voltage, ...
#67. Svmpredict matlab
测试libsvm库MATLAB中文论坛MATLAB 数学、统计与优化板块发表的帖子:问题。 ... /svm. m - Plot non 命令窗口输入:make,生成四个文件:libsvmread.
#68. Fitrsvm predict
MATLAB 第一章MATALB基础技能第1节MATLAB窗口1、语言修改中文版:预设——MATLAB——常规英文 ... YFit = predict(Mdl,tb); scatter(x,y); hold on plot(x,YFit,'r.
#69. Fitnet matlab
Learn more about neural network, fitnet, unbiased matlab中文论坛matlab ... 以plot绘图函数为例,在命令行窗口输入help plot,便可得到plot函数的有关介绍。
#70. MATLAB教學- 05初階繪圖
#71. Simscape solver configuration - Voice of SYLHET
Oct 11, 2015 · MATLAB中文论坛Simulink 基础讨论板块发表的帖子:Simulink中不同模块之 ... Learn more about simulink, simscape, scope, ac voltage, plot voltage, ...
#72. Matlab lsqcurvefit - CharlotteMarinus.com
I tried using linspace and line functions to do the plot, ... Jul 07, 2020 · MATLAB中文论坛MATLAB 数学、统计与优化板块发表的帖子:lsqcurvefit问题。
#73. Lqr matlab simulink
MATLAB - Plotting - To plot the graph of a function, you need to take the ... Chapter 9: MATLAB中文论坛Simulink 控制系统板块发表的帖子:在simulink下如何 ...
#74. Fitnlm vs nlinfit
琢磨了好久matlab自带的曲线拟和工具箱, 发现这货只能解决从离散数据得到各种类型的 ... mdl = fitnlm (x,y,modelfun,beta0) To plot the data between the y-fit vs.
#75. Fitnlm vs nlinfit - CTUE VICTORIA
PDF A MATLAB Code to Perform W eighted Linear Regression with Linear ... [1 1 1]; mdl = fitnlm (x,y,modelfun,beta0) To plot the data between the y-fit vs.
#76. Quadprog matlab - billyferdinand
MATLAB中文 论坛MATLAB 数学、统计与优化板块发表的帖子:怎样让求QP问题的函数quadprog运行时不打印 ... Subplot helps have plots side by side on the same sheet.
#77. Keysight systemvue
45 GB; 4 msc nastran 2020破解补丁简体中文/ 64. lic. ... 01 is a major update, integrating “MATLAB Script”, 3D plots, FPGA interface to Keysight M9703A, ...
#78. Plot xyz matlab
plot xyz matlab If you want to plot 3D graphics, you only need your vectors [x, ... MATLAB中文论坛MATLAB 基础讨论板块发表的帖子:请教如何画四维图(4D-plot)。
#79. iQiyi - Watch Asian dramas shows movies animes Free online ...
Watch online free and latest Chinese dramas, Korean dramas, Thai dramas, variety shows, movies and animes with multiple subtitles and dubbing at your ...
#80. Matlab polyshape intersect - slot.ba
Introduction to Matlab Plot Circle. polyout = intersect (polyvec) returns a ... performance MATLAB中文论坛MATLAB 基础讨论板块发表的帖子:如何求两个多边形的 ...
#81. Matlab ssim
In the upper axes, create a surface plot using the spring … ... X = double ssim算法的matlab代码_mimi_新浪博客,mimi, MATLAB中文论坛MATLAB 基础讨论板块发表的 ...
#82. Xgboost matlab - Index of
Contourlets - MATLAB source code that implements the contourlet transform ... c_Classify_Datasets: classifes the random data and plots the ...
#83. MATLAB程序设计基础及其应用 - 第 154 頁 - Google 圖書結果
调用 plot 命令绘制二维曲线时, MATLAB 的执行过程如下: 0 使用 figure 命令, ... 一个图也可有多个坐标系(如 subplot ) ,在它之下,有 7 个子类,即 Text (图中文字)、 ...
#84. Pmsm matlab - Travel Stop
APSDM004G15AD-PTW,APSDM004G15AD-PTW pdf中文资 …Matlab Projects CodePMSM Field-Oriented Control - MathWorksPermanent magnet synchronous motor (PMSM) ...
#85. Angle2dcm matlab
评论已关闭. 5. 在matlab 中,逆时针方向为正。. In the next section we will discuss how to exercise greater control over our point-of-view of a 3-D plot.
#86. MATLAB 程式設計與綜合應用 - 第 167 頁 - Google 圖書結果
其打开有如下几种方法: ❑单击 MATLAB 工具栏中的按钮,打开如图 5-1 所示的 Editor 窗口。 ... t = 0:pi/20:2*pi; plot(t,sin(t),'-.r*') hold on plot(t,sin(t-pi/2) ...
#87. Daqexpress matlab
daqexpress matlab How can I set this value? like 0. ... If your are trying to log raw data and then plot/process/analyze the data in Excel or MatLab this is ...
#88. MATLAB语言及其在电子信息工程中的应用 - 第 45 頁 - Google 圖書結果
MATLAB 中的图形对象共有 10 类,如图 2-17 所示。 root (根对象)在最上层, ... 执行 figure , plot , mesh , surf , ill text 等高层命令时, MATLAB 将生成某些图形 ...
#89. 数字信号处理: 理论, 算法与实现 - 第 43 頁 - Google 圖書結果
在 MATLAB 中,字母是分大、小写的, 6.0 以前的版本不认识中文。符号“ % ”后面的内容表示注释,并不执行。为方便读者使用,在本书中,注释用中文给出。
#90. Contour points python - Millbrook Hills – Law Partners
Drawing a Contour Plot using Python and Matplotlib: Create a list of x points . ... This is an OpenCV implementation of regionprops function in matlab with ...
#91. MATLAB建模与仿真实用教程 - Google 圖書結果
使用Notebook的注意事项 Notebook的使用涉及MATLAB和Word之间的互联, ... 不能在 MATLAB命令、命令组、输入cell(群)时使用中文标点,否则可能会出现错误或者死机。
#92. 科学计算自由软件: SCILAB教程 - 第 12 頁 - Google 圖書結果
本书参考文献中推荐了几部好的 MATLAB 中文参考书。 ... ph ] = fftplot ( Y , T ) % compute and / or plot the magnitude in dB and phase in degrees % of the FFT ...
#93. 数字信号处理导论 - 第 32 頁 - Google 圖書結果
下面的 MATLAB 程序可实现本例所提出的要求。 clear %清除内存中可能保留的 MATLAB 的变量; ... 在 MATLAB 中,字母是分大、小写的, 6.0 以前的版本不认识中文。
#94. Mpdata ansys
... or is in some directory that is not on the MATLAB path. ... 定义单元类型MPTEMP,,,,, MPTEMP,1,0 ansys_中文手册(完美版)ANSYS根基剖析流程指南I目次第1章劈头 ...
#95. Matlab octave python
00 / 2 votes) Translation Find a translation for Small Matlab Octave to Python in other languages: Select another language: - Select - 简体中文 (Chinese ...
#96. Gnuradio qpsk
MATLAB Code for QPSK Gnuradio qpsk example. ... Extensive library of signal processing blocks (C++) • Modular design (flow graph) • GNU Radio + UHD GNU ...
#97. Raincloud plot jasp
21, SD = 0. Plots were created according to the tutorial paper by Allen and colleagues 39. SEM charts. 近期我们已将JASP翻译为简体中文。
matlab plot中文 在 [問題] 畫圖plot中title是否可為變數- 看板MATLAB - 批踢踢實業坊 的推薦與評價
想請教一下
我現在想畫十張圖
for i = 1:10
figure(i)
plot((1:1000),matrix(i,:),'r');
title( 第i張誤差 );
xlabel('時間(s)');
ylabel('距離(m)');
end
請問那個title中的i
可以從一變到十嗎???
請問指令該怎麼打呢?
感謝感謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.20.33
... <看更多>