Jakub Reczek
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
139,555
of 295,448
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0