Lakshmikruthiga Ponnusamy
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
129.306
of 295.527
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
42.86%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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
All possible combination of variables in equation to give best result.
Suppose I have A+B = answer and A ranges from 1 to 10 and B ranges from 1 to 10. How do I use matlab to solve for all values of ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
error: x(2): out of bound 1
I have code of the following. I did everything I could do, but couldnt overcome this error. When I execute the below function ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i have following equation. Totally there are two equations with two unknowns "x, y". But when I run it takes infinite time to solve and finally shows error. Where am I going wrong?
iter=1; Patm=100000; presB=Patm*ones(iter,1); PSB=Patm*ones(iter,1); PT=Patm*ones(iter,1); AT=0.0071094; AB=0.010010; GAM...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have the following code. The values of displ in stage1 and stage2 are plotted in displ vs time graph. Thus a single curve is obtained. similarly pressure and velocity is also plotted.
I want the graph to be colored in such a way that stage one is in blue and stage 2 is in red in displ vs time graph, similarly f...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I have the following code. The values of displ in stage1 and stage2 are plotted in displ vs time graph. Thus a single curve is obtained.
displ=zeros(100,2) tim=zeros(100,1) for i=2:100 v=5; dt=1*10^-4; function [displ_f]=stage1(displ_i) dt=1*10^-4; v...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to access global variable inside function. Note that I am using octave. the value of variable 'a' changes continuously. I'm getting syntax error >>> global m(1,1) = a;
for i=1:10 global m(i,1) = a; function p = h() global m(i,1); m(i,1) endfunction h()
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have program of following format. I need the plot to be of different colors based on the if statement in program. How do I do it?
iter=1500; for I=2:iter function stage1 body //solves 2nd order ODE and gives displacement and velocity// end function func...
fast 6 Jahre vor | 0 Antworten | 0