Ali Kareem
Followers: 0 Following: 0
Estadística
28 Preguntas
0 Respuestas
CLASIFICACIÓN
36.634
of 295.673
REPUTACIÓN
1
CONTRIBUCIONES
28 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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;...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Save output matrix to .dat file
Hi, How I can save my output result Matrix (100*100) to .dat file
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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? ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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,...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 9 años hace | 3 respuestas | 1
3
respuestasPregunta
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...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 9 años hace | 2 respuestas | 0