photo

Kosta


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Answered
if loop within for loop for statistical analysis of data
Got this whole thing working like this finally. Thanks again for your help: P_pdf=[]; %Inices with NaN idxnan=find(isn...

8 years ago | 0

Question


if loop within for loop for statistical analysis of data
Hi, I am having a code with data, that consists of a very large column vector in the form of: P_b=[2;3;4;5;6;NaN;3;4;5;...

8 years ago | 2 answers | 0

2

answers

Question


Call a figure to show just like a variable
Hello, I have a project, where in my matlab script I have to create lots of figures. Every time I run the script the figures ...

8 years ago | 1 answer | 0

1

answer

Answered
Obtaining data from matrix outside multiple ranges
Works perfectly, thanks for your help!

8 years ago | 0

Question


Obtaining data from matrix outside multiple ranges
Hi all, I have a massive matrix, lets call it A: A=[1 -2 3 4 5 6 7; 3 4 5 6 7 8 9; 4 5 6 6 8 9 10;...

8 years ago | 2 answers | 0

2

answers

Question


Separate rows that contain certain string character
Hi all, I would like to separate the rows of the cellarray bellow in to two cellarrays, depending on the string character on...

8 years ago | 1 answer | 0

1

answer

Question


Fix number of decimal digits in MATLAB Table
Hello, I have made a long file with many tables in it (using the table() function of matlab). I would like to know whether th...

8 years ago | 1 answer | 1

1

answer

Question


Interpolating between calling specific elements of the table
Hello, I have created this table of thermodynamic properties, however, I would like to be able to obtain a linearly interpola...

8 years ago | 1 answer | 0

1

answer

Question


Significant figures in table
Hello, I am having this project where I have to make large amounts of data in to .csv files. To do this, as you see below, I ...

8 years ago | 2 answers | 0

2

answers