matlab如何添加度,matlab里的模糊工具箱绘制隶属度函数曲线导入到word的方法
在fuzzy logic toolbox里有 fuzzy membership
function可以編輯隸屬度函數,非常方便,但是我們寫論文一般要把相應的曲線導入到word里,怎樣將隸屬度函數曲線導入到word里呢?本人也苦苦的尋找了好久。。。
方法如下:
先看看matlab幫助怎么說的:
plotmf
Plot all of the membership functions for a given variable
Syntax
plotmf(fismat,varType,varIndex)
Description
This function plots all of the membership functions in the FIS
called fismat associated with a given variable whose type and index
are respectively given by (varType 'input' or 'output'), and
varIndex. This function can also be used with the MATLAB function,
subplot.
Examples
a = readfis('tipper');
plotmf(a,'input',1)
看明白了吧?
原來強大的matlab給我們提供了這個函數給我們用,plotmf(模糊名,‘輸入還是輸出’,第幾個輸入或輸出)。
就可以畫出來圖像,然后和平時的方法一樣再進行edit》copy figure就可以了。
總結
以上是生活随笔為你收集整理的matlab如何添加度,matlab里的模糊工具箱绘制隶属度函数曲线导入到word的方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: qq网名简单干净99个
- 下一篇: matlab 返回变量类型的命令,MAT