photo

Nikhil


University of Florida

Last seen: mehr als 2 Jahre vor Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Disoriented Matlab output plot
Hello all, I have written one program which analyzes gears. I am producing output plot as shown in output_plot.png file attach...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Matlab computation time is very high for first run
Hello all, In the attached Matlab code there is one issue. If I run this code first time then computation time is in the range...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Help needed to decrease computational time by removing for loops
Hello Everyone, I have written following 40 lines of matlab code. It is working fine. Only problem is computational costs is v...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to read long text file in matlab and regenerate it?
Hello Everyone, I want to read one very long text file in matlab and then regenerate it as separate file with the same content...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to call MATLAB function from Fortran 77 subroutine
Hello, I want fortran subroutine to call simple matlab function (.m) file during execution. The output of matlab function is s...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to get equation of line for Weibull curve using probplot?
Hello all, I have set of censored data points from Weibull distribution. I used probplot function to plot these points on we...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to correct for bias in Weibull distribution parameter estimates?
Hi Everybody, I have set of data which follows Weibull Distribution. When I use wblfit function to estimate weibull distribu...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Image is not displayed using imshow (Digital Image Processing)
Hello All, I am new to the Digital Image processing using MATLAB. I tried one simple example given in the tutorials but I am...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Bug in MATLAB R2014b
Hello all, I am doing regression analysis using Curve Fitting tool available in MATLAB. Aim is to find a polynomial function ...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Normal Regression vs Robust Regression
Hello all, I am doing regression analysis using Curve Fitting tool available in MATLAB. Aim is to find a polynomial function...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to extract time and date data from huge text file?
Dear all, I am working on one big data science project. I need to extract data from one text file into separate columns of M...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Integration of function of 3 variables
Hello Everybody, I am trying to integrate a function 'fun' of 3 variables 'x,t,y'. Initially I want to integrate this function...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to take gradient of matrix(21X21 dimension) with respect to a vector of(1X8) dimensions?
Hello all, I have a function which is represented in matrix format with 21X21 components. It depends on 8 design variables a...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Elliptical integral function is not recognized.
Hello all, In my Maltab code, I am using incomplete elliptical integral of first and second kind. I am getting error message...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to get just positive numbers which follows normal distribution?
Hello all, I am generating random samples of Weibull distribution. The shape and scale parameter for this Weibull distributio...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to run matlab executable c code file?
Hello all, I am trying to load one .c code file in Matlab. The file is Matlab executable. but when I try to load file with f...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to convert .c/.MEX file to .m files ?
Hello all, I am using modeFrontier software for optimization. I want to use the surrogate/meta model it generates into Matla...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to increase resolution of Matlab display?
Hello all, I want to save MATLAB display as .tif file with higher resolution of up to 600 dpi. This file is to be used for p...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Problem in fmincon solver
Hello all, My aim is to solve for complicated non linear system of equations defined as follows: Unknown variables: epsi,...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


fmincon solver stopping criteria issue
Hello all, I am trying to solve one optimization problem using fmincon solver. During the analysis I am getting exit flag as...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plotting x vs y but not y vs x.
Hello all, I have two vectors XN and YN. Their values are mentioned in the excel file attached. I want to plot YN vs XN. w...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


system of equations with elliptical integrals
Hello all, I want to solve for 3 variables x,y,z. Three equations for these variables are as follows: m=1-1/(x^2); [...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Complex number output vector instead of real output
Hey all, I am solving for three equations using given input vector. My input vector is of real numbers. But the output vecto...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


explicit integral could not be found problem
Hello all, I want to solve for definite integral. It is little complicated. I was unable to write it over here that is why I...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to link two functions
Hello all, I am want to link following two programs: In first program(trial.m), I am calling fsolve function to solve for s...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


nonlinear system of equations
Hello all, I want to solve for three variables: epsilon=m(1), Jr(epsilon)=m(2), dr=m(3); The equations are quite complicated,...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to plot function with discontinous range
Hey, I want to plot P(x) over x=-10:0.5:20 P(x) is defined as P(x)= x for 0=<x=<1; = 2-x for 1<=x<=2; P(x)...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to plot continous function with different definations
Hello all, I want to plot variation of function P(x) over range of x from -10 till 20 where P(x) is defined as P(x)= 0 if ...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Simple Matrix operation using for loop
Hello all, I want to do following matrix operation, I have two matrices y and errorsample as: y=y=[0.53, 0.6, 0.58, 0.68, 0...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to solve for non linear system of equations containing series terms.
Hey all, I want to solve for following non linear system of equations: I have only 3 unknown: k=x(1); F=x(2); epsilon= x(3)...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten