Galerkin method, matlab [on hold] The 2019 Stack Overflow Developer Survey Results Are In.eps...
"Riffle" two strings
Time travel alters history but people keep saying nothing's changed
Springs with some finite mass
Where does the "burst of radiance" from Holy Weapon originate?
What does "rabbited" mean/imply in this sentence?
Why Did Howard Stark Use All The Vibranium They Had On A Prototype Shield?
Why don't Unix/Linux systems traverse through directories until they find the required version of a linked library?
Extreme, unacceptable situation and I can't attend work tomorrow morning
How to answer pointed "are you quitting" questioning when I don't want them to suspect
Feasability of miniature nuclear reactors for humanoid cyborgs
What tool would a Roman-age civilisation use to reduce/breakup silver and other metals?
How to deal with fear of taking dependencies
Output the Arecibo Message
A poker game description that does not feel gimmicky
Families of ordered set partitions with disjoint blocks
What does "sndry explns" mean in one of the Hitchhiker's guide books?
Confusion about non-derivable continuous functions
What do hard-Brexiteers want with respect to the Irish border?
Why do UK politicians seemingly ignore opinion polls on Brexit?
Carnot-Caratheodory metric
Access elements in std::string where positon of string is greater than its size
Lethal sonic weapons
Falsification in Math vs Science
Why is the maximum length of openwrt’s root password 8 characters?
Galerkin method, matlab [on hold]
The 2019 Stack Overflow Developer Survey Results Are In.eps file generated by matlab not centered correctlyImporting plots from MATLAB to LaTeXOpen a .tex file, modify it in MATLAB, and then save it in a .tex file again (+ possibly compile it)matlab-prettifier with fancyvrb-style of label / frameHow to include a MATLAB (.eps) graphicHow to produce this Matlab social network graph from an adjacency matrix in TikzConvert latex math to matlab math?Side-by-side subfigures, MATLAB export, textwidthUpdate LaTeX document content with the parameter values of a Matlab modelListings color context sensitive keywords (Matlab)
i have a matlab code with triangulisation 3vertex (x_1,y_1),(x_2,y_2),(x_3,y_3).
in code we have aa(:,1)=y_2-y_3, bb(:,1)=x_3-x_2
aa(:,2)=y_3-y_1, bb(:,2)=x_1-x_3
aa(:,3)=y_1-y_2, bb(:,1)=x_2-x_1
E_1=sqrt(aa(:,1)^2+bb(:,1)^2), E_2=sqrt(aa(:,2)^2+bb(:,2)^2), E-3=..
how to calculate different terms <.|.>T and <.|.>partial(T) for a basis P_1: 1,x,y, for example
<1|x>=int partial T x dl or =int{T or partial T} xy dl on each edge. thanks for your response.
matlab
New contributor
Sayed Sayari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Phelype Oleinik, Mico, egreg, Marijn, CampanIgnis 1 hour ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center." – Phelype Oleinik, Mico, egreg, Marijn, CampanIgnis
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
i have a matlab code with triangulisation 3vertex (x_1,y_1),(x_2,y_2),(x_3,y_3).
in code we have aa(:,1)=y_2-y_3, bb(:,1)=x_3-x_2
aa(:,2)=y_3-y_1, bb(:,2)=x_1-x_3
aa(:,3)=y_1-y_2, bb(:,1)=x_2-x_1
E_1=sqrt(aa(:,1)^2+bb(:,1)^2), E_2=sqrt(aa(:,2)^2+bb(:,2)^2), E-3=..
how to calculate different terms <.|.>T and <.|.>partial(T) for a basis P_1: 1,x,y, for example
<1|x>=int partial T x dl or =int{T or partial T} xy dl on each edge. thanks for your response.
matlab
New contributor
Sayed Sayari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Phelype Oleinik, Mico, egreg, Marijn, CampanIgnis 1 hour ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center." – Phelype Oleinik, Mico, egreg, Marijn, CampanIgnis
If this question can be reworded to fit the rules in the help center, please edit the question.
2
Welcome to TeX.SX! I think you should ask this in another site, like math.stackexchange.com (If your problem is in the maths) or stackoverflow.com (if your problem is with matlab).
– Phelype Oleinik
1 hour ago
Welcome. In addition to Phelype Oleinik's comment, it is best to format your code or formulae more clearly.
– Karlo
1 hour ago
add a comment |
i have a matlab code with triangulisation 3vertex (x_1,y_1),(x_2,y_2),(x_3,y_3).
in code we have aa(:,1)=y_2-y_3, bb(:,1)=x_3-x_2
aa(:,2)=y_3-y_1, bb(:,2)=x_1-x_3
aa(:,3)=y_1-y_2, bb(:,1)=x_2-x_1
E_1=sqrt(aa(:,1)^2+bb(:,1)^2), E_2=sqrt(aa(:,2)^2+bb(:,2)^2), E-3=..
how to calculate different terms <.|.>T and <.|.>partial(T) for a basis P_1: 1,x,y, for example
<1|x>=int partial T x dl or =int{T or partial T} xy dl on each edge. thanks for your response.
matlab
New contributor
Sayed Sayari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
i have a matlab code with triangulisation 3vertex (x_1,y_1),(x_2,y_2),(x_3,y_3).
in code we have aa(:,1)=y_2-y_3, bb(:,1)=x_3-x_2
aa(:,2)=y_3-y_1, bb(:,2)=x_1-x_3
aa(:,3)=y_1-y_2, bb(:,1)=x_2-x_1
E_1=sqrt(aa(:,1)^2+bb(:,1)^2), E_2=sqrt(aa(:,2)^2+bb(:,2)^2), E-3=..
how to calculate different terms <.|.>T and <.|.>partial(T) for a basis P_1: 1,x,y, for example
<1|x>=int partial T x dl or =int{T or partial T} xy dl on each edge. thanks for your response.
matlab
matlab
New contributor
Sayed Sayari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Sayed Sayari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 1 hour ago
Bernard
175k778209
175k778209
New contributor
Sayed Sayari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 1 hour ago
Sayed SayariSayed Sayari
6
6
New contributor
Sayed Sayari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Sayed Sayari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Sayed Sayari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Phelype Oleinik, Mico, egreg, Marijn, CampanIgnis 1 hour ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center." – Phelype Oleinik, Mico, egreg, Marijn, CampanIgnis
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by Phelype Oleinik, Mico, egreg, Marijn, CampanIgnis 1 hour ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center." – Phelype Oleinik, Mico, egreg, Marijn, CampanIgnis
If this question can be reworded to fit the rules in the help center, please edit the question.
2
Welcome to TeX.SX! I think you should ask this in another site, like math.stackexchange.com (If your problem is in the maths) or stackoverflow.com (if your problem is with matlab).
– Phelype Oleinik
1 hour ago
Welcome. In addition to Phelype Oleinik's comment, it is best to format your code or formulae more clearly.
– Karlo
1 hour ago
add a comment |
2
Welcome to TeX.SX! I think you should ask this in another site, like math.stackexchange.com (If your problem is in the maths) or stackoverflow.com (if your problem is with matlab).
– Phelype Oleinik
1 hour ago
Welcome. In addition to Phelype Oleinik's comment, it is best to format your code or formulae more clearly.
– Karlo
1 hour ago
2
2
Welcome to TeX.SX! I think you should ask this in another site, like math.stackexchange.com (If your problem is in the maths) or stackoverflow.com (if your problem is with matlab).
– Phelype Oleinik
1 hour ago
Welcome to TeX.SX! I think you should ask this in another site, like math.stackexchange.com (If your problem is in the maths) or stackoverflow.com (if your problem is with matlab).
– Phelype Oleinik
1 hour ago
Welcome. In addition to Phelype Oleinik's comment, it is best to format your code or formulae more clearly.
– Karlo
1 hour ago
Welcome. In addition to Phelype Oleinik's comment, it is best to format your code or formulae more clearly.
– Karlo
1 hour ago
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
2
Welcome to TeX.SX! I think you should ask this in another site, like math.stackexchange.com (If your problem is in the maths) or stackoverflow.com (if your problem is with matlab).
– Phelype Oleinik
1 hour ago
Welcome. In addition to Phelype Oleinik's comment, it is best to format your code or formulae more clearly.
– Karlo
1 hour ago