
Fares
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
What is the fastest way to export a figure in MATLAB?
I am trying to save a figure as a .png using: saveas(plot_handle,'temp_figure.png','png' ) This takes about 0.8 secon...
7 years 前 | 2 个回答 | 0
2
个回答提问
Optimization Problem: How to minimize a sum of matrices multipled by a vector?
I have m NxN matrices called A1, A2, ..., Am. Their entries are known. I also have an Nx1 vector called X. Its entries are kn...
7 years 前 | 1 个回答 | 0
1
个回答提问
Why does constrained LSQLIN perform better when the number of equations is increased by linear interpolation?
I am using Lsqlin to solve for x: min | A - Bx | I have A: it is a 100x1 column vector. I have B: it is a 100x6 matrix I wa...
7 years 前 | 1 个回答 | 1