![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14525000_1547295600350_DEF.jpg)
Jakub Reczek
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to change one line of code?
Hi! I have 2 files, one function and a main code. In function code is: function y = myfun(x) a(:,2)=10.0*ones(4,1); for j...
5年以上 前 | 1 件の回答 | 0
1
回答質問
PSO algorithm value problem
Hi I have a pso code, but i have a little problem. Here is a code clc; clear; close all; %% Problem Definition CostFun...
5年以上 前 | 1 件の回答 | 0
1
回答質問
How to change this function fun = @(x)x(1)*exp(-norm(x)^2) to x^2+y^2?
Hi I dont know how to change fun = @(x)x(1)*exp(-norm(x)^2) to function x^2+y^2?? Thanks for answers
5年以上 前 | 1 件の回答 | 0