Community Profile

photo

Benjamin


Last seen: 대략 2년 전 2019년부터 활동

통계

  • Revival Level 1
  • Thankful Level 3
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
Plot linear model, what is "adjusted whole model"
Dear Tobias, Thanks for asking this question, which is mine too. But it's interesting you didn't get any response. Since I se...

거의 3년 전 | 0

질문


How to Merge Color using "Area" Command?
Hello Dear experts, I need to find a way around the fact that by using the area command in MATLAB, the new plotted color on ...

거의 3년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to make the label inside of the figure box
Simply use the command below and play with the values to move it where you want. xlabel('xAxis','Position',[0 -1.5]) ylabel('y...

대략 3년 전 | 1

답변 있음
Change fmincon from local to global search
I changed the code to implement lsqcurvefit instead of fmincon and I was able to fix the problem. That means in my problem I did...

대략 3년 전 | 0

| 수락됨

질문


Change fmincon from local to global search
Hello Dear all experts, I have a code that uses fmincon to minimize a parameter (i.e. alpha), however, the program does not...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Combining Two Plots into One Won't Work!
Hello dear experts, I am trying to combine two figures into one, and I am using the solution already provided here, however, it...

대략 3년 전 | 답변 수: 2 | 0

2

답변

질문


How to fit a CDF function on a dataset?
Hello dear all, I have a data set of X and Y that its scatter is shown below. I need to fit a CDF function on it. Is there a...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


How to do curve fitting on data with inflection point?
Hello Dear experts, I have a scatter plot of data of x and y and I need to fit a curve on them. However, it is obvious that...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to change the display format of a symbolic function?
Hi dear all, I have a symbolic function that will be generated as Y = (13500*X^(1229/500))/1000 (X is defined as syms), and I w...

대략 3년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to combine two plots into one with separate markers
Thanks for the solution, however, I don't know why it is not working on two figures of mine (attached here). I appreciate it if ...

대략 3년 전 | 1

답변 있음
Error in fzero for solving numerical inverse function
I think I was able to figure it out. it seems fzero can only solve functions in the form of function handle, which matlabFunctio...

3년 초과 전 | 0

| 수락됨

질문


Error in fzero for solving numerical inverse function
Hello I am trying to find the inverse of an function, g, numerically, as the explicit form of it is complex. Here I wrote the ...

3년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How to extract coefficients from from curve fitting tool?
Hello everyone, I used Curve Fitting Tool in MATLAB and fitted a curve to some data points. Then generate the code and used i...

3년 초과 전 | 답변 수: 1 | 1

1

답변

질문


How to change figure properties for all figures in MATLAB?
Dear experts, If in a MATLAB program there be plenty of figures, is it possible to specify a figure property (e.g. grid on) f...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to supply different syms values for coefficients of an anonymous function?
Hello everyone I have a function as f(x) = Ax^2 + Bx, in which A and B are defined as syms. Now I want to re-write/obtain the...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to Solve an Equation with Integral and Gamma functions?
Hello Dear all, I need to solve an equation, L, that includes a second function, F, that also includes the lower incomplete...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to Solve an Equation with an Integral for the Integral Range Parameter?
Hello Dear experts, I need to solve an equation that includes an integral in it, and I need to solve it for the parameter x...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to extract data points from a .fig scatter plot?
Hello Dear experts, I have a .fig scatter plot (actual data vs. predicted data), and I need to extract the data points. is t...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to Change Marker Size in a .fig MATLAB File?
Hello dear all I want to know how to change the marker size for a .fig file if that is possible. Note that I only have the .f...

3년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Undefined function or variable 'sym' error in MATLAB 2015b (GPTIPS)
Hello Dear all experts I am using a Toolbox written in MATLAB called GPTIPS (Genetic Programming Toolbox). I get an error o...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to change axis label position on a figure in MATLAB?
Hello Dear all, In a scatter plot I changed the ax.XAxisLocation and ax.YAxisLocation to be 'origin', however, I do not wan...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to skip lines to execute/run?
HI all I have a simple question. I want to put a line before a section of my program that if its value is for example "No" then...

거의 4년 전 | 답변 수: 3 | 1

3

답변

질문


GPTIPS error in Unique Gene Analysis
Hello Dear all, I am using GPTIPS 2, and everything goes well, except when I do the Unique Gene Analysis and then the GeneBrow...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


Why Genetic Programming result is not consistent?
Hello Dear experts I am working on finding a relationship on some input parameters (X1, ... , X5) and an output parameter (...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


How to use Genetic Programming Toolbox in MATLAB
Hello Dear all I am working on developing a relationship on some input parameters (X1, ... , Xn) and an output parameter (Y)....

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


How to use Artificial Neural Network to find a relationship between input and output parameters?
Hello Dear all I came across to neural network fitting in MATLAB toolbox, but I am not sure if it fits my objective. My ob...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


fitting bi-linear equation using fmincon
Hello dear all I am trying to fit a bi-linear equation on a dataset using fmincon command in MATLAB. My objective is to minimiz...

4년 초과 전 | 답변 수: 0 | 1

0

답변

답변 있음
Linear fit to data
Hello I also have the same question of @JDILLA of fitting two line. The provided answer by @Aniruddha was very helpful, howev...

4년 초과 전 | 0

질문


Finding a trendline from a scatter plot
Hello Dear All I need to find a trendline for a scatter plot(s) in Matlab. Unfortunately, my scatter plot(s) does not show ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to label a graph in Matlab without using text command
Hello I plotted 100 graphs in Matlab using plot function (all in one Figure). I need to label them from 1 to 100. I don't wa...

4년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기