Community Profile

photo

Ali Kareem


Active since 2015

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


How to prevent Matlab from rounding small numbers to zero?
Hi, I am trying to find cross-correlation without using function xcorr The code works for large numbers. However, fo...

7 years ago | 1 answer | 0

1

answer

Question


Playing Multiple Video simultaneously in one subplot
Hello, I have four videos and I want to make a comparison. So, I want to play all videos simultaneously in one subplot. I kno...

7 years ago | 1 answer | 0

1

answer

Question


Multiple subplots with one dynamic super title using annotation
Hello, Please, I am trying to use one super title for multiple subplots. I used annotation to accomplish that. The annota...

7 years ago | 1 answer | 0

1

answer

Question


Find FFT and summation in 4D matrix
Hello, Please, I have F(8*409600*3) matrix. I want to reshape it into B(8*512*3*800) matrix (each row should divide into 800 ...

7 years ago | 0 answers | 0

0

answers

Question


Plotting combaine stream function
Hi; Please, I have two matrix R(100*1) and Y(100*1). I used below code to plot stream function and its work properly. I got 1...

7 years ago | 0 answers | 0

0

answers

Question


Adding new circle to plot at constant frequency
Hello, I am trying to plot figures that have a circle inside it. I want to add a new circle to the figure at a constant frequ...

8 years ago | 1 answer | 0

1

answer

Question


Sort 3D matrix depending on specific column
Hello, I have 3D matrix (10*10*4) and I am trying to short each slice depending on the 2 column after that and depending on c...

8 years ago | 1 answer | 0

1

answer

Question


Reading multiple ascii files and generate 3D matrix
Hello I have 20 ascii files with a name (A1, A2, A3...A20) each one has 50000 row and 200 column. I am trying to import and r...

8 years ago | 1 answer | 0

1

answer

Question


Generate new matrix from old matrix with specific conditions
Hello, I have matrix R(100*100) and I want to generate new matrix A(100*100) as below conditions If I have a frequency to ...

8 years ago | 1 answer | 0

1

answer

Question


Extract data from structure and change it to Numerical matrix
Hi, I have 100 .xlsx files. Each file has 100*100 (row*column).I used blow code to read them. clear; clc; M= 100;...

8 years ago | 2 answers | 0

2

answers

Question


Making movie from images
Hello. Please,I have a folder with a name (Photos) and it is containing four subfolders with names (Order1,Order2,Order3,Orde...

8 years ago | 1 answer | 0

1

answer

Question


How to plote Data with Jump condition?
Hi, I am trying to plot data. The problem I have jump condition in that data. I searched to find any way to do that but I can...

8 years ago | 1 answer | 0

1

answer

Question


Plot a animated streamline with a stream function
Hi, I am trying to plot animated streamline with a stream function. I used below code and its work and plot the function but...

8 years ago | 0 answers | 0

0

answers

Question


Find and draw max. and min values of function.
Hi, I am trying to find max. and min values for below function and draw it but I got wrong results. I do not know why? fo...

8 years ago | 1 answer | 0

1

answer

Question


Save output matrix to .dat file
Hi, How I can save my output result Matrix (100*100) to .dat file

8 years ago | 1 answer | 0

1

answer

Question


Change name of a graph inside loop automatically.
Hi, I have a loop from one to ten. for each loop I got graph. My question is can I change the name of graph automatically? ...

8 years ago | 1 answer | 0

1

answer

Question


Saving Imported Data automatically
Hi, I am using below code to import data from .dat and .xlsx files. How I can save the imported data in two matrices. I mean ...

8 years ago | 1 answer | 0

1

answer

Question


Requesting message to user for importing data using GUI
Hi, I have results from many experiments. Each experiment has two data files (.dat and .xlsx). my problem each time I need to...

8 years ago | 1 answer | 0

1

answer

Question


plot (X^2/cosh^2(v))+(y^2/sinh^2(v))=1
Hi, How I can plot this function as v= constant such as for v=0,pi/2,and pi (X^2/cosh^2(v))+(y^2/sinh^2(v))=1 Tha...

8 years ago | 2 answers | 0

2

answers

Question


Import and read more than one .dat file using (for) loop
Hi, How I can import (using importdata command) then read more than one .dat file using (for) loop For example I have ten ...

8 years ago | 1 answer | 0

1

answer

Question


Find mean and mean square root of each row in matrix without first row and column
Hi, How I can find mean and mean square root of 10*10 matrix for each row in matrix and save them in matrix C(:,1) without in...

8 years ago | 1 answer | 0

1

answer

Question


solve system of equations (find the constants with respect to variable)
Hi, I have four equations with four constants (a,b,c,d). how I can find values of the constant (a,b,c,d) with respect to x,y,...

8 years ago | 1 answer | 0

1

answer

Question


Plot points without connect it
Hi I have matrix A(20,100) and I want to plot first column with respect to second column but I do not want to connect the poi...

8 years ago | 3 answers | 1

3

answers

Question


Read two matrices from CSV file then add them together
Hi I read two matrices A=B=20*100 from CSV file then I try to add them together and I failed I used C=A+B and I use loop but...

8 years ago | 1 answer | 0

1

answer

Question


Three Loops with summation
Greeting, I have matrix Z(30,70) and it repeated for 40 times each time there will be new value for each cell. This means for...

8 years ago | 2 answers | 0

2

answers

Question


summation of valuse in nested loops
Hello, I have three nested loop (I change from 1-10, J change from 1-20 and K change from 1-100) I saved the result from J,K...

8 years ago | 1 answer | 0

1

answer

Question


Find a mean square root velocity of each row in matrix
I have A 100 by 20 matrix and I want to find a mean square root velocity of each row and divided by a constant C then return the...

8 years ago | 2 answers | 0

2

answers

Question


Saving data from equation in Marix or Grid then call them later
In Mathlab if we have U=f(Y)+f(Z) Y have 20 different values Z have 100 different values I mean if Y=1 then Z will h...

8 years ago | 2 answers | 0

2

answers