photo

kajalschopra


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

12 个提问
0 个回答

排名
261,167
of 299,837

声誉
0

贡献数
12 个提问
0 个回答

回答接受率
41.67%

收到投票数
0

排名
 of 20,816

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,201

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Saving matrices to a text file
I have the following part of code; for m=1:4 for n=1:4 ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Matlab and FEM/PDE
Hi, Does anyone has any experience in soving a finite element direct in matlab? I mean using the PDE tool?

10 years 前 | 0 个回答 | 0

0

个回答

提问


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...

10 years 前 | 2 个回答 | 0

2

个回答

提问


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...

10 years 前 | 1 个回答 | 0

1

个回答

提问


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) ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


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...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Unexpected error: Undefined function or variable
I have a matlab code function ElementStiffness global element_no; global n_dof; global p; ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


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; ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

10 years 前 | 2 个回答 | 0

2

个回答

提问


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) ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


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...

10 years 前 | 2 个回答 | 0

2

个回答

提问


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...

10 years 前 | 1 个回答 | 0

1

个回答