![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2821552_1522091555757_DEF.jpg)
yasmeen hadadd
Followers: 0 Following: 0
Statistiques
23 Questions
0 Réponses
RANG
251 621
of 297 046
RÉPUTATION
0
CONTRIBUTIONS
23 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
39.13%
VOTES REÇUS
0
RANG
of 20 422
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 776
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
how to save an app.uiaxes as .png with axis off and without title ?
how to save an app.uiaxes as .png with axis off and without title ? but without change the property in gui at showing
13 jours il y a | 1 réponse | 0
1
réponseQuestion
how can add an text on GUI
hi how i can diplay or show data on text area in GUI matalb
7 mois il y a | 2 réponses | 0
2
réponsesQuestion
GUI IN MATLAB 2021B, HOW TO SELSCT LISTBOX
HI how i change the color map of figure in GUI by ListBox Items:{ jet hot cool .....} using GUI
7 mois il y a | 1 réponse | 0
1
réponseQuestion
how to plot 3d colored column of data
if i have the following code : clear all clc [~,~,data]=xlsread('result1.xlsx'); x=cell2mat(data(:,1)); y=cell2mat(data(:,2...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
removing eye blinks from EEG signal
How to remove eye blinks from EEG signal using ICA or simplist methode?
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
how to Eye cornea detection using Hough Transform?
can give me code that detection Eye cornea using Hough Transform?
presque 3 ans il y a | 1 réponse | 0
0
réponseQuestion
find onest and end of wave ?
hello how i can find the onest (the beginning) and the end of wave if i have the peaks only?
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
how to convert vector char to matrix char ?
I have a variable X = 'ABCDEFGHIJKLMNOPQRSTWXYZ' how i can fill it in a matrix with single char in single index like X(1,1)=...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
how i can move an circle diagonal direction??
I have an image that contains a circle with a certine raduis , and i wanted to move it in a diagonal direction with 45 degree.wh...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Signal envelope in matlab 2014
how i can Signal envelope in matlab 2014
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
how to plot a matrix with vector ??
A=[ 1 2 3 ; 4 5 6; 7 8 9]; B=1:3; imagesc(A,B)
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
i have a cell array and i want to reshape to matrix mxn and i have this error 'Subscripted assignment dimension mismatch'. for the following code
for m=1:M for n=1:N QRS_P(m,n)=QRS_Pulse_array{:,n}; end end
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
how i can store all values from for loop ?
Hello; how i can store all values from for loop , if in every loop get one value ?
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
how i compare two matrices different in the length??
Hello; how i compare two matrices different in the length
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
how i reshape data matrix?
Hello; h have a matrix with size 66x100 how i change it's size to 1x6600 thanks
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to solve this code ??
Hello; how i can change this code to get the specific output clc;clear all; for i=1:10; a=i+5; end the fina...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
how to save data from for loop in a matrix ??
Hello; How i can save all values that i calculated from the for loop in a new matrix , but i have in the last loop one value ...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
how i can know the roots
Hello; i have a curve without his function , how i can know the roots( intersection with x-axis , y=0), using for loop than...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
how i can know the roots ??
Hello; i have a curve without his function , how i can know the roots( intersection with x-axis , y=0) thanks
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
how convert cell array to matrix matlab
for m=1:100 Heart_pulse_arrays{m} = imresize(Heart_pulse_arrays{m}, [1 Lp_mean], 'bicubic'); Heart_pulse_array...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
how i can solve it ??
Hello; I have this code : Heart_pulse_avg =zeros(1,Lp_mean); for m=1:L-2 Heart_pulse_arrays{m} = imresize(Heart_puls...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
how i average n values in array
if i have data a and i want to mean or average every 10 values as 1:10, 2:11, 3:12 and as so on for length of data ?
plus de 8 ans il y a | 3 réponses | 0
3
réponsesQuestion
AR coefficients ?
hi I will calculated the AR coefficients for each beat of ECG signal form this code but i have an erorr the code is : co...
plus de 13 ans il y a | 1 réponse | 0