Karthik - MATLAB Central
photo

Karthik


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 12/14 to 04/25Use left and right arrows to move selectionFrom 12/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

14 个提问
0 个回答

排名
20,714
of 298,264

声誉
2

贡献数
14 个提问
0 个回答

回答接受率
57.14%

收到投票数
2

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


plots working on matlab 2013b but not on 2016b
Hello, I have attached the program for your reference. The plot is working on Matlab 2013b version but not working on Matlab 20...

8 years 前 | 1 个回答 | 0

1

个回答

提问


problem with plotting iterative solution of elliptic equation
Hi, I am solving elliptic equation in two dimensions using finite difference. i am solving this iteratively. In the 2D plot the ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


GUI for reading multiple images into MATLAB
Hi, I am using the following code to load and read multiple images into matlab. [FileNames,PathName] = uigetfile('*.bmp', '...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to stack data read and images and plot in 3D ?
Hi, I am using the following code for reading the images and extracting the data into cells. imagefiles = dir('*.bmp'); ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Read text file into matlab
Hi, I am using the following command to read the text file into matlab. s=importdata('file.txt'); data=s.data; ...

10 years 前 | 2 个回答 | 0

2

个回答

提问


How to read numbers from this mat file ?
Hi, how can I read the numbers from this .mat file (file attached). Currently, I was using the following code. The problem is it...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Extract numbers out of a .mat file that has both characters and numbers
Hi, How can I extract numbers out of this .mat file ? Thanks.

10 years 前 | 1 个回答 | 0

1

个回答

提问


Import text files with character and numeric data
Hello, I have the following text file (please find attached). I want to import it into matlab and I need only numeric data. Th...

10 years 前 | 1 个回答 | 2

1

个回答

提问


Fitting steep exponential decay curves
Hi, I am trying to fit double exponential to a steep exponential decay data. <</matlabcentral/answers/uploaded_files/24335/e...

10 years 前 | 1 个回答 | 0

1

个回答

提问


for loop inside parfor loop
Hello, i am getting the following error for this loop. Error using In (line 78) Error: The variable f in a parfor cannot be ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Insert a function from function file into FMINUNC command
Hello, I have the following function file to generate the required function in unknown variable 'c'. Then i have the followi...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to make FMINUNC work faster
Hello, I there anyway to make FMINUNC program to run faster than normal. I am using the following command. c(:,...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Change print format of all output figures using one command
Hello, I am using the following command to print my figures into jpeg format. print('-djpeg', '-r300', fig.1); I have arou...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot contour plot with NaN in matrix ?
I have three matrices xvalues (X), yvalues (Y) and measured property (Z). All these three are upper triangular matrices with lo...

10 years 前 | 1 个回答 | 0

1

个回答