
Amir Azadeh Ranjbar
Statistics
RANK
248.069
of 262.953
REPUTATION
0
CONTRIBUTIONS
13 Questions
4 Answers
ANSWER ACCEPTANCE
61.54%
VOTES RECEIVED
0
RANK
of 17.996
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 113.913
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
Content Feed
Question
Video Writer for cycle detection
clc;clear all;close all v = VideoWriter('cycles1','MPEG-4'); open(v); Web=webcam; k=1; while k<200 frame=Web.snapshot...
5 Tage ago | 1 answer | 0
1
answerQuestion
enhance image quality for read Barcode
i want use readbarcode function but i cant find any barcode Because of the low quality of the photo
16 Tage ago | 2 answers | 0
2
answersQuestion
how can specified color table
0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0...
26 Tage ago | 1 answer | 0
1
answerQuestion
its not work ?
clear;clc filename='2_5.m4a'; [speech,fs] = audioread(filename); a=audioplayer(speech,fs); win = hamming(0.05*fs,"periodic")...
3 Monate ago | 1 answer | 0
1
answerhow can create Changing lamp color with start and stop button
app.Lamp_2.Color='g'; d=app.UITable.Data; if height(d)<1 t={'','','','','',''}; ...
3 Monate ago | 0
2
answersQuestion
I want the data above the specified threshold to be colored in the table (in app designer)
d=table2array(app.data); d=rmmissing(d); [Coeff,P]=corrcoef(d); app.UITable5.Colu...
6 Monate ago | 0 answers | 0
0
answerscreate multi mask using ROI Freehand
Yes thank you very much unfortunately I had not seen it
8 Monate ago | 0
Question
create multi mask using ROI Freehand
clc;clear;close all im=imread("circlesBrightDark.png"); image=imshow(im); for i=1:4 roi(i)=images.roi.AssistedFreehand(i...
8 Monate ago | 2 answers | 0
2
answersSelecting multiple regions of interest with roipoly
thanks you Image Analyst
8 Monate ago | 0
Question
RIO iteratively to create mask
clc;clear;close all im=imread("coloredChips.png"); imshow(im); for i=1:6 h(i)=drawcircle; end for i=1:6 mask....
8 Monate ago | 1 answer | 0
1
answerQuestion
calculate kurtosis in matlab and minitab but not same answer
it my data 0.53767 -1.30769 -1.34989 -0.20497 1.83389 -0.43359 3.03492 -0.12414 -2.25885 0.34262 0.72540 1.48970 0.86...
8 Monate ago | 1 answer | 0
1
answerQuestion
Extract and sort size of matrix where in the cell
clc;clear;close all im= [0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 ...
9 Monate ago | 0 answers | 0
0
answersQuestion
Using for loop for cell array
clc;clear;close all bw = rgb2gray(imread('image_3.png')); figure;imshow(bw);title('orginal image') [B,~,N]=bwboundaries(b...
9 Monate ago | 1 answer | 0
1
answerQuestion
x=0:pi/100:2*pi; y=sin(x); if x>3 plot(x,y,"b*") else x<=3; plot(x,y,"g*") end I Want PLot X>3 using Defferent Color
clc;clear;close all x=0:pi/100:2*pi; y=sin(x); if x>3 plot(x,y,"b*") else x<=3; plot(x,y,"g*") end
9 Monate ago | 1 answer | 0