photo

Xiaolei Du


Active since 2017

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0