Feeds
질문
Indexing inside a function
The problem i am having is i want to use fminsearch for a fuction containing every value inside my two matrixes. As i am creatin...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
changing my x increment along fplot
clear; clc; close all syms x y1 = 7*x^2 -8*x + 1; Derivert_y1 = diff(y1); figure(1) fplot(x, Derivert_y1) legend('...
5년 초과 전 | 답변 수: 2 | 0
