Statistik
RANG
5.957
of 296.965
REPUTATION
8
BEITRÄGE
31 Fragen
6 Antworten
ANTWORTZUSTIMMUNG
48.39%
ERHALTENE STIMMEN
6
RANG
of 20.416
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.550
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
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...
mehr als 3 Jahre vor | 0
Frage
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 ...
fast 4 Jahre vor | 2 Antworten | 0
2
AntwortenHow 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...
fast 4 Jahre vor | 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...
fast 4 Jahre vor | 0
| akzeptiert
Frage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortHow 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 ...
etwa 4 Jahre vor | 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...
etwa 4 Jahre vor | 0
| akzeptiert
Frage
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 ...
etwa 4 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
etwa 4 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
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...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 (...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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)....
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 0 Antworten | 1
0
AntwortenLinear 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...
etwa 5 Jahre vor | 0
Frage
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 ...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 1 Antwort | 0