
SA-W
Statistics
MATLAB Answers
20 質問
0 回答
ランク
of 125,735
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Content Feed
質問
import bubblechart in latex document and typeset text (x-labels,...) by latex -- possible?
I created two bubblecharts next to each other in a tiledlayout(1,2) and want to include it in my tex document. Both matlab2tikz...
7日 前 | 0 件の回答 | 0
0
回答質問
gradient of bubble colors in a bubble chart
I want to create a bubblechart with three different bubble colors. One group of bubbles is red, the second group is blue, and ...
13日 前 | 1 件の回答 | 0
1
回答質問
natural cubic spline interpolation of y-values: how to get derivative of the spline wrt the y-values?
Given a data set with support points x_1,...,x_n and corresponding y-values y_1,...,y_n. My objective is to create a cubic spli...
19日 前 | 3 件の回答 | 0
3
回答質問
optimization: have function return NaN but not at initial point
I use fmincon interior-point algoritm to solve my optimization problem. Based on Matlab's recommendation, I let my function re...
24日 前 | 1 件の回答 | 1
1
回答質問
is the objective function stochastic (-> use something like patternsearch) or deterministic?
My objective function is given by f(x) = ||d^sim(x) - d^exp||^2 d^exp is a constant vector of measurements, to which I add ra...
24日 前 | 1 件の回答 | 0
1
回答質問
what is a reasonable step tolerance for optimization algorithms if parameters are in the range [0,1]?
My parameters are bounded from below by zero and from above by roughly one. I recently worked with a quite small step tolerence...
25日 前 | 1 件の回答 | 0
1
回答質問
fmincon: any way to enforce linear inequality constraints at intermediate iterations?
I am solving an optimization problem with the interior-point algorithm of fmincon. My parameters have both lower and upper boun...
26日 前 | 0 件の回答 | 0
0
回答質問
alternatives to gradient-based optimization algorithms like lsqnonlin that handle at least O(10) parameters?
I am fitting parameters of a PDE to experimental data utilizing the function lsqnonlin from the optimization toolbox. I obser...
約1ヶ月 前 | 2 件の回答 | 0
2
回答質問
trust-region reflective algorithm in lsqnonlin and fmincon: same behavior for "unconstrained" optimization"?
Say I provide constraints to lsqnonlin and fmincon. For both, I will choose trust-region-reflective algorithm Do both fmincon a...
約1ヶ月 前 | 1 件の回答 | 1
1
回答質問
multistart optimization: local run index of solutions found by [...,solutions] = run(__)?
I am running my optimization problem with several start vectors utilizing the function [x,fval,exitflag,output,solutions] = run...
約2ヶ月 前 | 1 件の回答 | 0
1
回答質問
importdata produces strange output when reading a textfile with blank cells and text
I want to import the attached file which is the result of matlabs function run. As you can see, there are a couple of blank cell...
約2ヶ月 前 | 2 件の回答 | 0
2
回答質問
lsqnonlin with multiple start vectors: continue with next start vector if the function computing the objective function sets a "flag"
I want to execute lsqnonlin with multiple start vectors by iterating over a for-loop. If the function called by lsqnonlin (here,...
約2ヶ月 前 | 0 件の回答 | 0
0
回答質問
add (white) Gaussian noise to displacement signal, noise level = ( |x-x*| / |x*| ): can I use utilize awgn()?
I want to add artificial (white) Gaussian noise to my numerically generated signal. In the title of my question, x %is the dis...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
Check Gradient (Jacobian) of objective function -- what is the meaning of absolute difference (1e-6) if component of gradient is less than 1 ?
I use lsqnonlin to solve my data-fitting problem and provide the Jacobian, which I verify using CheckGradients option. As state...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
is randn() appropriate to emulate noise coming from digital image correlation?
I want to emulate experimental data coming from an digital image correlation (DIC) system. Currently, I generate the displacemen...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
element-wise operator to scale rows of matrix with entries of a vector
Given a matrix and a vector A = [2 3 4 5;5 4 3 2;1 2 3 4;4 3 2 1]; d = [1 2 3 4]; I want to scale the rows of A with the corr...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
possible to reduce the relative difference for CheckGradients in optimization (fmincon)?
When double-checking my Jacobian using CheckGradients, I have a relative maximum difference of, crudely, 4e-6, and my entries o...
5ヶ月 前 | 2 件の回答 | 0
2
回答質問
pass a vector from matlab to a c++ program
function res = fun(p,y) s = call_a_cpp_program_which_operates_on_p res = s - y; end In the above function, 'p' is a vector a...
8ヶ月 前 | 1 件の回答 | 0
1
回答質問
isqnonlin: compute part of objective function outside of matlab
I am solving a partial differential equation depending on some design variables (material parameters). I want to fit the materia...
8ヶ月 前 | 1 件の回答 | 0
1
回答質問
vector of line chart objects returned by plot - problem with modifying markers,...
Dear all, Here is a snippet of my code: plot_array = zeros(5,1); x=0:0.1:1000; y=x.^3 for p=1:1:5 ...
1年以上 前 | 1 件の回答 | 0