photo

Ghada Saleh

Last seen: oltre un anno fa Attivo dal 2015

Followers: 0   Following: 0

Statistica

MATLAB Answers

0 Domande
27 Risposte

RANK
1.273
of 300.750

REPUTAZIONE
58

CONTRIBUTI
0 Domande
27 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
6

RANK
 of 21.073

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 170.837

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Training Neural Network: What does net.divideMode = 'value' mean?
Hi Tim, The <http://www.mathworks.com/help/nnet/ug/neural-network-object-properties.html#bss4hk6-48 'net.divideMode'> is a pr...

oltre 10 anni fa | 1

Risposto
NaN Solution Problem with erfi() and erf()
Hi Imarquez, The issue you encountered is not because of 'erfi', it is because you are exceeding the maximum floating number ...

oltre 10 anni fa | 0

| accettato

Risposto
ANOVA with a known linear model
Hi Claire, As you have mentioned, ANOVA only accepts an input of type Linear Model which can be constructed using 'fitlm' or ...

oltre 10 anni fa | 0

Risposto
How To Create A Custom Colorbar
Hi Ryan, I understand that you want to map different data intervals to different colors. One way of doing that is to <http://...

oltre 10 anni fa | 0

Risposto
Make process stationary - clean trend
Hi christoph, You can use <http://www.mathworks.com/help/matlab/ref/semilogy.html 'semilogy'> to scale the 'y' axis and plot ...

oltre 10 anni fa | 0

Risposto
Generating Poisson Distributions for a Fixed Number of Events
Hello, In order to have a pre-specified number of observations, you use the command a = poissrnd(b,n,m) where 'b' is ...

oltre 10 anni fa | 0

| accettato

Risposto
Fminsearch doesn't converge but MLE value doesn't change
Hi Mic, I understand that 'fminsearch' does not converge to a solution even though the objective function does not change val...

oltre 10 anni fa | 0

| accettato

Risposto
Estimation with separated error terms
Hi Qifan, I understand you want to estimate 'beta' and 'theta'. You can check the <http://www.mathworks.com/help/curvefit/ind...

oltre 10 anni fa | 0

Risposto
ksdensity default bandwidth value
Hello Alexandra, In MATLAB, the default bandwidth in 'ksdensity' function is calculated using the following formula: Ban...

oltre 10 anni fa | 1

Risposto
How to remove the data from a handle class from memory
Hello Olaf, I understand you want to clear the class definition in the 'delete' method. You can use the following command: ...

oltre 10 anni fa | 0

| accettato

Risposto
simultaneous parabolic PDEs: pdepe error "Attempted to access u(4); index out of bounds because numel(u)=1."
Hi Nathaniel, The error you encountered is because 'pdepe' is making a function call to 'pdex1ic' and 'pdex1bc' which are dif...

oltre 10 anni fa | 0

| accettato

Risposto
letter reconstruction and filling for ocr
Hi Wajahat, I understand you want to fill the gaps in the text, One possible way to accomplish this is by dilating the image ...

oltre 10 anni fa | 0

Risposto
How to generate surface preserving probability density function from histogram
Hi Ivn, I understand you want to fit a histogram to a probability density function. Your first step is to make the area of th...

oltre 10 anni fa | 0

Risposto
How to store data in a for loop?
Hello, I understand that you want to convert the dates stored in 'day_of_year' to its string format and then store it in 'res...

oltre 10 anni fa | 0

Risposto
All my points are not showing up after for-loop
Hi Elise, It is my understanding that you are not getting all the points that satisfy the constraint copied in B. I believe t...

oltre 10 anni fa | 0

| accettato

Risposto
How to create a specific Visual?
Hi Kianna, I understand you want to visualize the connections between different data points stored in a cell array. I tried t...

oltre 10 anni fa | 0

Risposto
Multi-resolution technique for a large 3-D mesh
Hi Affan, I understand that you would like to plot a high resolution 3D mesh using large number of points. You will need to b...

oltre 10 anni fa | 1

Risposto
How to import an matrix to a function or to another program
Hi Nadia, You can use the <http://www.mathworks.com/help/matlab/import_export/import-data-interactively.html Import Data Tool...

oltre 10 anni fa | 0

Risposto
Symbolic Toolbox: transforming a function y(x) to x(y)
Hi Marco, You can inverse your function using <http://www.mathworks.com/help/symbolic/finverse.html functional inverse> in Sy...

oltre 10 anni fa | 0

Risposto
Performing a convolution of two exponential functions in Matlab
Hi Ram, You can use the <http://www.mathworks.com/help/symbolic/int.html int> function in the Symbolic Math Toolbox. This fun...

oltre 10 anni fa | 1

| accettato

Risposto
Import File function not working?
Hi Xander, I assume this is the function generated from the Import Data tool in MATLAB. One possible reason for this error is...

oltre 10 anni fa | 0

| accettato

Risposto
Can Matlab be started without certain toolboxes?
Hi Brian, You can remove the path of the toolbox that you do not want loaded from MATLAB search path. To find the path of all...

oltre 10 anni fa | 0

| accettato

Risposto
Error prediction after training of NN ?
Hi Afaq, Once a neural network is created, you can check its performance by calculating its 'R' value, which can be done in M...

oltre 10 anni fa | 1

Risposto
Has solve() changed its behaviour if the solution to the equation is all real numbers?
Hi Andreas, This is an issue in MATLAB R2014b and later versions. As a workaround you can use the following command: [so...

oltre 10 anni fa | 0

| accettato

Risposto
Best stopping criteria during nntool training???
Hi Afaq, The best stopping criteria is application dependent. For instance: # If your application cares about the speed o...

oltre 10 anni fa | 1

| accettato

Risposto
fmincon active-set bounds only
Hi David, I assume you are using 'fmincon' since you have a nonlinear constrained optimization. The 'active-set' algorithm is...

oltre 10 anni fa | 0

Risposto
Binary/Integer variables in genetic algorithm
Hi Stefanos, I understand that the output of the generic optimization is not integer for the variables specified in 'IntCon' ...

oltre 10 anni fa | 0