photo

Thanigaivel Raja T


IIT Roorkee

Last seen: etwa 5 Jahre vor Aktiv seit 2016

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

14 Fragen
1 Antwort

RANG
38.327
of 300.352

REPUTATION
1

BEITRÄGE
14 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
78.57%

ERHALTENE STIMMEN
0

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.212

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

  • Thankful Level 3
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to switch between multiline edit text box to single line edit text box?
The gui (created via guide) has two edit text boxes. Through edit text box 1, user supplies the number of entries to be made in ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to limit the number of line entries in multiline editable textbox?
The gui (created via guide) has an edit text box and a multi-line editable text box. Through the edit text box, user supplies th...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why is tag name of button group and radiobuttons not changing(created through guide)?
I have created a button group with two radiobuttons in it. When I assign a tag name in guide, it shows it correctly in the guide...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to enable uipushtool 'ON' through guide for R2013a?
I have a push button and uipushtool. I have set the uipushtool enable to 'off' by default. I wish to enable 'on' the uipushtool ...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why is data cursor showing incorrectly approximated value in bar plot in MATLAB?
Below is the code: Lw=[98.5321 98.5321 100.5321 92.5321 88.5321 81.5321 77.5321 75.5321]; bar(Lw) Upon ex...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


What should be the termination criteria for closed loop system identification with lsqlin?
Closed loop system identification of a model is done through optimization of parameters. lsqlin is used for the optimization pro...

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to position the legend and legend box at my required place in the figure?
This is my code for the legend section of my figure. [w,hO]=legend({'a_{occ}','a_{exp}'},'Location','southeast','FontName'...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Can integer GA + lsqlin be used to solve an equation, when results provided by integer GA alone is not reliable?
Below is a linear equation(A1) with two variables(z(1),z(2)). Of the two variables, one variable(z(1)) being an index is constra...

etwa 9 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Which is the right way of initialization of variables in this code?
I have been solving a set of 5 equations with 5 unknowns by lsqnonlin in a 'for' loop as given below: for i=35:50 ...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What is the bug in this code with Integer Genetic algorithm solver?
Example Code: F = [1 2 3 4 5 6 7 8 9]; H = [1 2 3 4 5 6 7 ...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to evaluate an equation with multiple points for a variable.
Make sure you have placed dot before operators for vector variables in your reynolds number RE, C and in equation containing RE ...

etwa 9 Jahre vor | 0

Frage


Which modelling of system identification is supportive, when equations representing the system dynamics is implicit?
I wish to perform system identification to validate a model. I found these sources when searching for the methods: Grey box m...

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to find the amount of data generated/memory requirment for a program?
* How to know the computational memory requirement of a program? * Also I would like to plot between computational time(run ...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Which solver can be used for a non linear curve fitting with some variables being constrained to integers?
I have a non linear curve fitting problem, say e^(x1+x2)-y=0, where x1,x2 are variables and y is the data against which fitting ...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Does lsqlin give different solution if the rows of C matrix and d matrix are changed accordingly?
I have two curves(or datasets) which are to be fitted of the form, C1.x=d1 and C2.x=d2, where x is the solution which should sa...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort