关于fplot和函数文件的简单MatLab问题

时间:2017-12-06 09:29:33

标签: matlab

明确的问题如下:写一个函数并使用fplot命令绘制f(x)= x ^ 3-x + 8对x的映射,对于x的值从0到100。

简单的方法,将以下代码放入matlab并称之为一天:

{
  "translations": [{
    "translation": "Hola"
  }],
  "word_count": 1,
  "character_count": 5
}

并完成了!

但是我想要稍微多一点困难'做法。基本上我创建了一个单独的.m文件,其中包含以下内容:

with open('C:\\Users\\SimonTheKing\\Desktop\\file.csv', 'w') as csvfile:
    spamwriter = csv.writer(csvfile, delimiter=' ',
                            quotechar='|', quoting=csv.QUOTE_MINIMAL)


    # Print the contents
    for x in range(len(first_column)): #iterates over every row in an xlsx
        translation = language_translator.translate(
            model_id='123',
            text=first_column[x].value #reads from openpyxl xlsx
        )
        print(translation) #prints as expected
        spamwriter.writerow(translation) #prints a space between every char

以及包含以下内容的脚本

Testing = @(x) x^3 - x + 8
fplot(Testing, [0 100])

但它不起作用。 whyyyy(我一直在积极倾斜)

谢谢!

1 个答案:

答案 0 :(得分:0)

在我的Matlab版本(2016b)中,当$("#testDiv").html("<input id='testTextbox' name='testTextbox' type='text' onkeyup='testKeyUp(event)'>"); function testKeyUp(e) { alert(e.keyCode+" : "+e.which); } 不是字符串时它可以工作:

blah