![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5530127_1522109017129_DEF.jpg)
Kamal Bera
IIT Bombay
Followers: 0 Following: 0
Statistik
8 Fragen
0 Antworten
RANG
103.961
of 297.016
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
Change marker size of few selected points (not all) of an already saved figure in MATLAB property editor
I have a matlab saved figure (.fig), which has some discrete points with black solid squre as marker. It also has a continuous l...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Chose vectors (from a randomly generated vectors) which does not contain more than two identical elements
I am generating a random vector of size 1x50 (using randi with range 1 to 400),several times(lets say 50000 times). But from the...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
solving large number of simultaneous linear equations
Suppose I am solving the following problem: dK=sym('dK',[2 2]); I_LHS=[3 4;2 2]*dK*[1 2;1 1]; I_RHS=[36 47;20 26]...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Optimization problem related to output feedback
I have the following optimization problem related to output feedback (in control theory) Minimize the Cost J=0.5*trace(P*X...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
complex root of single variable nonlinear equation
I am solving the following single variable nonlinear equation. syms x p=0; % Require all roots for p=0 to p=25 wit...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to save loop result in a specified folder, where the folder name predefined according to the iteration parameter
Suppose I have the following code U_range=20:25; for i=1:6 U=U_range(i); Result=U^2; save('C:\Users\KKB\Documen...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
solving state equation by ODE 45 by user defined time step and also checking response at each timestep
Hi I want to calculate response x (fixed time step=0.01 sec) by solving state equation using ODE45: xdot=A.x+B.u --> A,B,x0(init...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
largr txt file to matrix extraction in matlab
Hi Mr. Stephen Cobeldick, I am trying to apply your code (see below )to get a matrix of size 1710x1710 from a txt file (attached...
fast 10 Jahre vor | 0 Antworten | 0