photo

Karthik


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

14 Fragen
0 Antworten

RANG
20.413
of 297.503

REPUTATION
2

BEITRÄGE
14 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
57.14%

ERHALTENE STIMMEN
2

RANG
 of 20.449

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 158.938

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

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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.

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 2

1

Antwort

Frage


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

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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(:,...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort