統計
MATLAB Answers
2 質問
0 回答
ランク
of 174,632
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
