![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6724309_1522117266903_DEF.jpg)
kajalschopra
Followers: 0 Following: 0
Statistics
12 Questions
0 Answers
RANK
108,807
of 297,016
REPUTATION
0
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
41.67%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Saving matrices to a text file
I have the following part of code; for m=1:4 for n=1:4 ...
9 years ago | 1 answer | 0
1
answerQuestion
Matlab and FEM/PDE
Hi, Does anyone has any experience in soving a finite element direct in matlab? I mean using the PDE tool?
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 2 answers | 0
2
answersQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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) ...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
Unexpected error: Undefined function or variable
I have a matlab code function ElementStiffness global element_no; global n_dof; global p; ...
9 years ago | 1 answer | 0
1
answerQuestion
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; ...
9 years ago | 1 answer | 0
1
answerQuestion
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 ...
9 years ago | 2 answers | 0
2
answersQuestion
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) ...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 2 answers | 0
2
answersQuestion
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...
9 years ago | 1 answer | 0