KostasK
Followers: 0 Following: 0
Statistics
RANK
2,868
of 295,467
REPUTATION
20
CONTRIBUTIONS
52 Questions
5 Answers
ANSWER ACCEPTANCE
80.77%
VOTES RECEIVED
8
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Ploted graphs in tiled layout extends beyond figure
Hi all, the problem I have is pretty self-explanatory. I am trying to used tiledlayout in order to produce 5 plots as shown by t...
2 years ago | 1 answer | 0
1
answerQuestion
How to obtain and plot perpedicular lines using the gradient of a function
Hi all, I have a simple function (quadratic in this case) where I would like to plot the lines perpedicular to its tangent for...
2 years ago | 1 answer | 0
1
answerQuestion
Import data from text file with lines of unequal length as fast as possible.
Hi all, I wish to import data from a text file which has 6,000 lines. The data in the .txt file is structured in lines of uneq...
2 years ago | 2 answers | 1
2
answersQuestion
Uigetfile returns zero without opening window
Hi all, I am using uigetfile in a GUI I designed in the AppDesigner. After a couple of times of running the GUI, running other...
2 years ago | 0 answers | 0
0
answersQuestion
Make a 3D matrix block diagonal
Hi all, I have a 3-D matrix which I would like to make block-diagonal on its 2nd dimention. In my case I have: clear ; clc ...
2 years ago | 1 answer | 0
1
answerQuestion
How to save the last four iterations in a for-loop
Hi all, I have a basic for-loop and I would like to know how I can only save (or retain) the last 4 iterations of the loop ins...
2 years ago | 2 answers | 0
2
answersQuestion
Extract indices from other matrix corresponding to the minimum
I currently have a matrix in which I want to determine the column which corresponds to the minimum of each row, which I can do t...
3 years ago | 1 answer | 0
1
answerQuestion
Why is sec(theta) different than sqrt(1+tan(theta).^2) in MATLAB?
Hi all, I just run into an odd problem; we all know the trigonometric identity . I use this identity in my code where I have a...
3 years ago | 3 answers | 0
3
answersQuestion
How to extract vectors from strings
I have the following two strings from which I would like to extract the numbers in two respective vectors: A = 'REAL 1.001...
3 years ago | 1 answer | 0
1
answerQuestion
How to solve a linear ill conditioned system of equations
Hi all, I have a typical linear problem to solve , where is a tridiagonal, illconditioned matrix. Using the solution of said sy...
3 years ago | 1 answer | 1
1
answerQuestion
Using cellfun to extract numbers from strings in a cell array
Hi all, I currently have the following code which extracts numbers from strings found within a cell array. Cel = {'1-2-3-4-5...
3 years ago | 1 answer | 0
1
answerQuestion
How to obtain the frequency response of a linear Multi-Degree of Freedom system
Hi all, I have the following Multi-Degree of Freedom (MDOF) system for which I would like to find its frequency response: w...
3 years ago | 0 answers | 0
0
answersQuestion
How to create a vector of symbolic variables with specific labeling
I currently have a vector of unevenly spaced increasing values similar to this one: v = [1 2 3 5 7 9 10 12 18 29] What I would...
3 years ago | 3 answers | 0
3
answersQuestion
How to find all possible combinations between the numbers of two vectors where order does matter
I have the following two vectors a = [1 2 3 4] b = [2 4] and I would like to find all possible combination between the number...
3 years ago | 1 answer | 0
1
answerQuestion
How to split a cell array into individual rows
I have a cell array of the following format: C = 2×2 cell array {3×2 double} {3×18 sym} {5×2 double} {5×...
3 years ago | 1 answer | 0
1
answerQuestion
Save checked items from uitree in a cell array
Hi all, I have just started using the uitree for a basic app that I am designing. What I would like to do is save the NodeData...
3 years ago | 1 answer | 0
1
answerQuestion
How to trim a surface intersecting with another
Hi all, I have two surfaces Z1 and Z2 (a surface and an extruded line) that intersect with each other, in point format with two ...
3 years ago | 1 answer | 0
1
answerQuestion
How to vectorise code involving matrix multiplications with vectors
Hi all, I have a large number of matrices and an equally large number of corresponding vectors. For the matrix and vector I ...
3 years ago | 1 answer | 0
1
answerQuestion
How to find the indices within a matrix where its elements are identical along the third dimension
Hi all, I am scratching my head to determine a way where I can find the indices within a multi-dimensional matrix where its el...
4 years ago | 1 answer | 0
1
answerQuestion
Integrate definite integral with system of differential equations
Hi all, I have a fairly complex system of differential equations, and a part of which depends on a criterion that uses defini...
4 years ago | 1 answer | 0
1
answerQuestion
Alternative to blkdiag and mat2cell functions
Hi all, I currently have a code which takes some matrix A and stacks each row of the aforementioned matrix in to a block diago...
4 years ago | 3 answers | 0
3
answersQuestion
Input a repeating jacobian pattern in ode23tb
Hi all, I have been using ode23tb to solve a large system of about 1,312 differential equations where . I do not know the Jaco...
4 years ago | 0 answers | 0
0
answersQuestion
What is the interpolation function used to interpolate the ODE solution using deval?
Hi all, I am currently making a custom ODE solver, and one functionality which I find useful in default ode solvers, and I woul...
4 years ago | 0 answers | 1
0
answersQuestion
Exponential Integrator in MATLAB?
Hi all, I wanted to ask if anyone happens to know of a package/code in MATLAB which solves equations utilising exponential int...
4 years ago | 1 answer | 0
1
answerQuestion
ODE Events Function Using Persistent Variables
Hi all, I am solving an ODE with an events function, which requires that it gets stopped after a certain criterion is reached ...
4 years ago | 2 answers | 1
2
answersQuestion
Calculating the exponential matrix.
Hi all, I have a matrix exponential , where: In specific, is an arbitrary constant, is the identity matrix, and , ...
4 years ago | 0 answers | 0
0
answersQuestion
How to share on Matlab Online
Hi all, I have been working with MATLAB on my desktop for some time now. I have recently come accross MATLAB online which se...
4 years ago | 1 answer | 0
1
answerQuestion
How to multiply 3D matrices without using for loop
Hi all, I would like to know if there is a way to multiply 3D matrices, preferably without using a for loop. The reason I do no...
4 years ago | 1 answer | 0
1
answerQuestion
How to use blkdiag in 3D matrix
Hi all, I would like to know how I can use the blkdiag function for the case of a 3D matrix. In specific, what I mean is the f...
4 years ago | 2 answers | 0
2
answersQuestion
Cannot calculate gradient of contour plot
Hi all, I am currently attempting to draw a quiver plot on top of a contour plot, such that I can see the gradient of the cont...
4 years ago | 1 answer | 0