Darpan Verma
Followers: 0 Following: 0
Statistik
RANG
135.647
of 300.369
REPUTATION
0
BEITRÄGE
10 Fragen
4 Antworten
ANTWORTZUSTIMMUNG
90.0%
ERHALTENE STIMMEN
0
RANG
of 20.936
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.436
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
Frage
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)=...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
Antworthow to plot without using rlocus(sys)
https://www.mathworks.com/help/control/ref/rlocus.html Please follow this link.
mehr als 6 Jahre vor | 0
Determine the maxima and minima of the function
%Finding the max value [maxYValue, indexAtMaxY] = max(y); xValueAtMaxYValue = x(indexAtMaxY(1));
mehr als 6 Jahre vor | 0
Frage
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 ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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 ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenSelf Paced Course Question
I would recommend to take the self paced course as I am planning to take it as well.
mehr als 6 Jahre vor | 0
Frage
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 ...
mehr als 6 Jahre vor | 1 Antwort | 0

