Community Profile

photo

Muhammad Qaisar Fahim


Last seen: 12 months 前 自 2021 起处于活动状态

统计数据

  • Thankful Level 3

查看徽章

Content Feed

排序方式:

提问


How to solve TSP using GA?
Hello, I am trying to compare some solvers and I am using TSP (https://www.mathworks.com/help/optim/ug/travelling-salesman-pro...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Genetic Algorithm Selection for large scale problem
I want to solve large-scale optimization problems using a Genetic Algorithm. Can you please advise me on whether using MATLAb's...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Finding unique closest point corresponding to latitude and longitude vectors for a given point with shortest distance.
I have two large vectors for the pair of latitudes and longitudes (Lat, Lon). I want to find a unique single pair of latitude an...

1 year 前 | 2 个回答 | 0

2

个回答

提问


How to find variable location?
I have one main script file say main_file. When I run this main_file it call several other files where in all those files differ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How to name variables in a loop?
I have 3 structures with name Time1, Time2 and Time3 but I want to rename them in a loop such that it can be rennamed such as ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to connect points in the scatter3 plot?
I have 2 vectors both have x,y and z coordinates (see attached files). I want to creat scatter plot such that point 1 in V_1 is ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to find a value in column 2 which corresponds to particular value in column 1?
Let say I have a 2 colomn matrix A=[1 3 7 9 4 5 3 2 4; 2 3 1 3 4 5 9 2 4], Based on the value particular vaue in colomn 1 how ca...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Why my grid data always show a zero by zero dimension?
I want to plot contourf and for that I need to create grid data but it always shows a zero by zero dimesion. Lat=1:1:100; Lon...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot a road along its height.
Actually the data I have has latitude(x) and longitude(y) of a road and also I have height of the road (z). Now I want to constr...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How to create contour plot to show height?
I want to create a countour plot such that my x axis and y axis are the coordinates of the plane and my z axis is height. I want...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How to use pause in for loop?
I want to run a for loop for 1000 times and after every 100 run I want to pause it for 10 sec. How can I do that? With below fun...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Adding repetitive number to web address.
n=100; for k=1:1:n B(k)=Locs(1,k) C(k)=Locs(2,k) r2(i)=webread('https:/........=B(i), C(i)'); end In the above...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to convert cell to matrix?
I have celles 1x62 and each cell has 30 elements. How can I convert it into one matrix.

2 years 前 | 1 个回答 | 0

1

个回答

提问


I need to find the the value of one variable against the other How can I do that ?
My a variable can take the value A=9075.5 if B=1 and A=5464.8 if B=0. In my function I need to to find the values of A correspo...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How solve an equation in MATLAB?
How I can solve an equation for the 3 coefficients ? A'Ac=A'y where A' is 3*13 matrix A is 13*3 matrix c is 3*1 vector and y ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Contour Plot gives error
figure x = ICE_m_f_dot_map_temp_w; % 1*140 array of values y = ICE_m_f_dot_map_temp_T; % 1*140 array of values [X,Y]=me...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How to Plot a function that contains summation?
How can I plot the attached two functions with limits from -pi to pi for different values of m ?

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to add a new array in the structure?
Let say I have this structure ( vehicle.genset_model) where inside this structure I have vehicle.genset_model.drag=[4;5;6;7;8;9;...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to use multiple break statments
In the below code if any of the error goes below the limit the loop break. But I want to break the loop if all of the conditions...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How to get the Nodes at which function is evaluated in BONMIN?
I am solving an optimal control problem using Bonmin with IPOPT. I have some discrete parameters as optimization variables.Bonmi...

2 years 前 | 0 个回答 | 0

0

个回答

提问


HSL Installation on MATLAB with CASADI and IPOPT
I am trying to install HSL MA97. I want to use it with CASADI on MAC. I am following the guidelines available on CASADI website ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Integer based optimization Solver with non-linear constraints
I want to optimize the problem that contains design parameters. And those optimized design parameters needs to be integers. More...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Fmincon gives Exact the same Answer as the initial guess
This is how I defined fmincon options fminoptions = optimoptions('fmincon','Display','iter','Algorithm','interior-point'); pro...

3 years 前 | 2 个回答 | 0

2

个回答