ABHISEK MOHANTY
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How to write an optimization Program? can anyone tell me with the help of a matlab program using the program below? I dont know about optimizing. so i couldnt proceed. help please
% **I have 2 variables* . n=[1:.0001:9]; d = linspace(1, 100, length(n)); % *i have to put them in these formulas.* ...
10 years 前 | 0 个回答 | 0
0
个回答提问
How to write an optimization algorithm?? any type of optimization algorithm?? can anyone tell me with the help of a matlab program?
%I have 2 variables. n=[7:.0001:9]; d = linspace(1, 100, length(n)); %i have to put them in these formulas [a]=d.*n; ...
10 years 前 | 3 个回答 | 0
3
个回答提问
n range between 1 to 7 and d's range between 1 to 100. how to solve it?
clc clear all n=[1:.0001:7]; d= ?? ; [a]=d*n; display([a]
10 years 前 | 2 个回答 | 0
2
个回答提问
help me.. how to fix this error. and run this prog. i need to put 2 variables in equations and get answers. so i took a range and a random number generater. is there any other way?
clc clear all n=[1:.001:7]; d=rand(1000,1); %display(n) [a]=d*n; % display([a]) [p]= (2*pi*[a]*cos(4...
10 years 前 | 1 个回答 | 0