ABHISEK MOHANTY
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
242 119
of 295 467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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 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.* ...
mer än 9 år ago | 0 answers | 0
0
answersQuestion
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; ...
mer än 9 år ago | 3 answers | 0
3
answersQuestion
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]
nästan 10 år ago | 2 answers | 0
2
answersQuestion
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...
nästan 10 år ago | 1 answer | 0