Feeds
提问
Optimization with boundaries constraints
Hello, I am trying to solve the x that will minimize the following equation: eq = @(x) norm(r_column-(G*x+d))^2; Where ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Optimization problem with 2 unknowns
Hello, I am trying to minimize an equation that is a function of 2 variables: T_u and T_e. The other variables G and r_column...
9 years 前 | 1 个回答 | 0
1
个回答提问
Return vector that minimizes a function
Hello, I am writing an iterative algorithm that updates a vector "u" each iteration step. I also keep the previous vectors u,...
9 years 前 | 1 个回答 | 0
1
个回答提问
Dark image using imshow
Hello, I'm having a problem with imshow. I'm going point per point through my data and want to plot the corresponding video w...
9 years 前 | 1 个回答 | 0
1
个回答提问
Imshow not showing image on windows, but it works on mac
Hello, I am trying to compare some data with a video using imshow. The goal is to go through the data and the video at the sa...
10 years 前 | 1 个回答 | 0
