Statistik
10 Fragen
0 Antworten
RANG
248.848
of 295.486
REPUTATION
0
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
30.0%
ERHALTENE STIMMEN
0
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.950
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
how can I plot graph on image?
Image has already different graphs and I want to add my graph in this image with same Xmin,Xmax,Ymin,Ymax on image. with my co...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how can I solve this equation? I am trying with 'solve' function but getting error [ empty sym ]
2.82167 - 0.0092752*(T_f - 216.65)*(5.94429e-11*(0.387*(4.12514e8*T_f - 8.93711e10)^(1/6) + 0.6)^6 - 0.0123334)^(1/3) - 4.94073e...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I have found different values of F_11 in terms of T_f, but I am not gating values of T_f in eular method.
clear clc n = 172; %no. of day H = 20000; % altitude in meter CF = 0.5; ...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I want values of Q_sun at different given time but got error: In an assignment A(I) = B, the number of elements in B and I must be the same.
clear clc n = 172; %no. of day H = 20000; % altitude in meter CF = 0.5;...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to add only values of Q_sun in each iteration answer, should not consider NaN
clear clc n = 172; %no. of day H = 20000; % altitude in meter CF = 0.5;...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to find numerical integration
I have used symbolic function but integration is find out so please tell me how to find out numeral integration ans = ...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I use for loop twice
error: for | Error: Expression or statement is incomplete or incorrect. syms x Fun = (sqrt(7.447.*(2...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to solve equations containing symbolic variable
The following error occurred converting from sym to double: Error using mupadmex Error in MuPAD command: DOUBLE cannot c...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am unable to find out ans to this code please tell me how to remove these errors. errors are like: Error using sym>checkindex (line 1545) Index must be a positive integer or logical. Error in sym>privformatscalar (line 1492) checkindex(x); Er
clear all n = 172 H = 20000 CF = 0.5 V_wind =10 %% Constants taken u = [7.447323 2.071808 9.010095 ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am unable to understand how to execute this code.
clear all n = input('enter the value of no. of day'); % t = input('enter the value of time'); H = input ('enter the a...
mehr als 9 Jahre vor | 1 Antwort | 0