Darpan Verma
Followers: 0 Following: 0
I am a Graduate Research Associate at The Ohio State University Department of Materials Science and Engineering.
Statistiques
RANG
133 541
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
90.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
storing values in matrix using for loop
Hi I want to store values in a [3x3] matrix but getting error. Any help would be appreciated for i=1:3 answerA(i,1)=...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
For loop execution for saving data in a matrix or file
Hi Everyone I have wrote a MATLAB code which fits the data for one curve and give me the value of x intercept. (linear fitting f...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Select values on x axis corresponding to a y axis value
Hi Everyone, I am trying to make a fit for the linear portion of the graph using MATLAB code, but I am stuck at this point. I ...
plus de 5 ans il y a | 1 réponse | 0
1
réponsehow to plot without using rlocus(sys)
https://www.mathworks.com/help/control/ref/rlocus.html Please follow this link.
plus de 5 ans il y a | 0
Determine the maxima and minima of the function
%Finding the max value [maxYValue, indexAtMaxY] = max(y); xValueAtMaxYValue = x(indexAtMaxY(1));
plus de 5 ans il y a | 0
Question
Fetching x axis Data values and corresponding y data value
I have some data in the form x = [1x72] a matrix which is x axis of the data y = [1x72] a matrix which is y axis of the data ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Using find between two points
Hello Everyone, I am trying to use find in between two points, which is giving me error. When I use index = find(x>4) it giv...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
if statement for a matrix
Hi my x-axis is a 1x72 matrix having values from 1 to 72. y axis values are again 1x72 matrix having data values. I want th...
plus de 5 ans il y a | 3 réponses | 0
3
réponsesQuestion
Using loop inside loop curve fit and extract x intercept_Data Attached
Hi I would appreciate any helps on code for building a logic for this problem. I am trying to write a code which will only scan ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Finding the x intercept
I have this curve fit plot. as shown in the figure below. How can I find at y = 0? as marked in the figure. This is a point wher...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Using Data fit app
I have created a createfit.m by having my curve fit using data fitting app in MATLAB. The MATLAB code file is created as a funct...
plus de 5 ans il y a | 1 réponse | 0
0
réponseSelf Paced Course Question
I would recommend to take the self paced course as I am planning to take it as well.
plus de 5 ans il y a | 0
Question
Tracking a point in a graph
Hi, I want to write a general condition statement which could grab the values marked with an arrow in the attachement. This is ...
plus de 5 ans il y a | 1 réponse | 0