Statistik
12 Fragen
0 Antworten
RANG
112.301
of 300.343
REPUTATION
0
BEITRÄGE
12 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
41.67%
ERHALTENE STIMMEN
0
RANG
of 20.926
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.172
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
Saving matrices to a text file
I have the following part of code; for m=1:4 for n=1:4 ...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matlab and FEM/PDE
Hi, Does anyone has any experience in soving a finite element direct in matlab? I mean using the PDE tool?
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Saving a matrix into a file, saving 2 dimensional plots
Hi, Through my matlab program, I'm generating several matrices. I would like to save the matrices into a .m file. Is this pos...
etwa 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Algorithm that Matlab uses for computing eigen values and eigen vectors
Can anyone please tell me which is the algorithm that Matlab uses for computing Eigen values and Eigen vectors when I use the co...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Function not defined error
Hi, I have the following code snippet; function [mass]=ElementMassMatrix1Bar(rho_E,A_E,E_C,N_C,element_no,p,n_dof) ...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matlab passing variables to a function- I want these variables updated
I have several instances in my matlab code wherein I want to pass varaibles to a function - say, Function A calls Function...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Unexpected error: Undefined function or variable
I have a matlab code function ElementStiffness global element_no; global n_dof; global p; ...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Errors : undefined function or variable, too many output arguements- do not know why..please help. Struggling.
I really am struggling with Matlab. Actally, I have a Mathcad code which has to be converted into Matlab. See this code; ...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Global variables in matlab
I have a file_1.m file which has the following code; global a; a=1; b=2; file_2(); And my file_2.m has the ...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
calling a function from.m file A - the function is in .m file B
I have a function Fn_A defined in a .m file (say file1.m) I have another function FN_B defined in a .m file (say file2.m) ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Printing in the command window
I have created a *.m file.* In the .m file, I have the following code; N_C=xlsread('C:\Users\Kajal Chopra\vibrations\fre...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Reading a matrix (or array) from an excel file
Hi, I'm relatively new to matlab, so sorry for very basic questions. I have 3 questions; 1) I want to read a matrix from a...
mehr als 10 Jahre vor | 1 Antwort | 0
