Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CI に変換する必要がある従来の Matlab コードで、次の文字列が見つかりました。
x=fminsearch(@pmveqf,[30 30]',[],pm);
誰か[30 30]の意味を説明してくれませんか?
マトラブで?
共役転置が何であるかは知っていますが、ここでは空行列に適用され、この空行列は対称であるため、意味がわかりません。
何が欠けているのか、どこが間違っているのか?