Amal Fennich
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
190.734
of 295.569
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
16.67%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
computing function with a variable
Hi , I want to compute this in Matlab : x0=[1;2;3;4]; d0=[1118,-124,-502,-1090]; F=(x1-10*x2)^2+5*(x3-x4)^2+(x2-2*x3)^4+10*(...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I don't know why I am not getting an arc when I change the dimension
circx= linspace(30,70,50); circy= sqrt(8.35^2 - (circx-.5).^2)-8.335; plot(circx, circy) % Draw An Arc axis([0 100 -30 ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can I plot a cartesian grid grid of 100*30 size with stretching in matlab
Is that code correct ? also close all; clc; Mi=0.5; T=300; P=1; gamma = 1.4; R=287; vinf = sqrt(gamma*R*T)*Mi; Nx = 10...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want someone who can help me to see a grid and airfoil in the same plot , here is my code
clear all; close all; clc; Mi=0.5; T=300; P=1; gamma = 1.4; R=287; vinf = sqrt(gamma*R*T)*Mi; Nx = 100; % x ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
arc question about implementing angle using linspace
r_angl = linspace(pi/4, 3*pi/4, N); what does this mean? because I have an angle of 3.433 degree and I do not know how to impl...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Could someone please help me with my code I have spent a lot of time working on it and I still didn4t figure out what is the problem
R=8.314/32; T0=2930; a=(12)/((2.027*10^6)^0.45); rhoP=1920; Astar=pi*0.25^2; k=1.35; n=0.45; P0=101325; %syms P(t) %at ...
etwa 5 Jahre vor | 1 Antwort | 0