ibrahim alzoubi
Followers: 0 Following: 0
Statistik
12 Fragen
0 Antworten
RANG
204.896
of 295.467
REPUTATION
0
BEITRÄGE
12 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
16.67%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Plotting sun path diagram problem
I've this code for sun path, when I run it it gives me: Matrix dimensions must agree. How can I solve it? clc clear all ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Index in position 1 is invalid. Array indices must be positive integers or logical values problem
It gives me "Index in position 1 is invalid. Array indices must be positive integers or logical values." How can I solve it cl...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to create matrix using for loop and if statment
How Can I create for loop to fix "Matrix dimensions must agree." problem by picking a number from range 1 to 24 and simulate it....
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matrix dimensions must agree error problem
Hello everyone, I'm trying to plot this Code but it gives me an error: Matrix dimensions must agree How can I sove the problem...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error using plot Invalid first data argument.
When I try to run this code it gives me:"Error using plot Invalid first data argument." TCI=20; q=52300; cp=4182; m=0:0.0...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to solve complicated equation in matlab?
0.3443*(250-x)*ln((137.375+0.370*x)/x-200) = 157.375-0.6295*x
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to draw a quadratic equation
how to draw this quadratic equation, when I tried to draw it it gives me a linear draw :( syms x y=(-53.68/(2*230))*((x).^2)+...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to plot quadratic equation of 2 variable
how to plot this equation: y=(-22916841.3/(2*250))*x.^2+5080.33*x+55
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to find value of variable in natural logarithmic
How to find value of X: ln(X/0.466)*66.66+X*4.4805*10^(-4)+X=5.66
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
problem in solving matrix
I'm trying to solve this but doesn't work, i need it asap: clear all clc A=[146 -146 0;146 (-146+18.3*i) (0-18.3*i);0 (0+...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
3 equations with 3 unknowns I need the answer ASAP plz help
why when I try to solve these three equations with 3 unknows manully by hand it doesn't give me th same answer here's the code: ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
3 equations 3 unknowns complex numbers
I need you help ASAP. I'm trying to get the unknows values (values in complex numbers) but it gives me an error: A=[146 -1...
mehr als 3 Jahre vor | 1 Antwort | 0