photo

Xiaolei Du


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

質問


How to create a function with a large number of variables, and get its gradient and Jacobian matrix,like following
<</matlabcentral/answers/uploaded_files/77714/%E6%8D%95%E8%8E%B72.PNG>>

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How to program Triagonometric function and give it's Jacobian matrix
<</matlabcentral/answers/uploaded_files/76713/%E6%8D%95%E8%8E%B73.PNG>> and I've give it's function, now my problem is to sol...

7年以上 前 | 1 件の回答 | 0

1

回答

回答済み
I want to print bar graphs of different color in same graph and with less width.
clc; clear all; x = 0.5:0.125000:1; y = [0.5584 0.6661 0.7780 0.8000 0.8050]; y = [y;zeros(1,length(x))]; bar(y,0.2);xlim...

7年以上 前 | 0