Amir Azadeh Ranjbar
Followers: 0 Following: 0
MATLAB
Estadística
23 Preguntas
10 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
7.849
of 295.467
REPUTACIÓN
6
CONTRIBUCIONES
23 Preguntas
10 Respuestas
ACEPTACIÓN DE RESPUESTAS
39.13%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
96.188
of 153.912
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How to make MATLAB detect keyboard stroke?
go to this link and its work https://github.com/HebiRobotics/MatlabInput
alrededor de 1 año hace | 0
check for keyboard press in while loop
go to this link : https://github.com/HebiRobotics/MatlabInput its work
alrededor de 1 año hace | 0
What does "@" do ?
its function handle func = @(x) x*2+10 func(5)
alrededor de 1 año hace | 1
.append() equivalent in MATLAB
yes... you can use end : there are many way to do this : examples : ThemeCopy x = [1,2,3,4,5] ; y = [6,7,8] ; Num_Add = s...
alrededor de 1 año hace | 1
Pregunta
pandas in matlab using iloc for indexing
i want use pandas in matlab but i cant use this for iloc indexing : % Import pandas: pd = py.importlib.import_module('pandas...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaIf else condition is not working properly in matlab function block
If you want me to provide better guidance, please tell me more about your goal for writing this function. function [y1,y2]= fcn...
alrededor de 1 año hace | 0
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
alrededor de 1 año hace
Pregunta
using .json pretraind model in matlab
i download pretrained model from this url: https://tfhub.dev/mediapipe/tfjs-model/handpose_3d/detector/full/1?tfjs-format=compre...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
i cant load or read datasets
i cant load 'factoryReports.csv' dataset
más de 1 año hace | 1 respuesta | 0
1
respuestaHow can I create a sliding window for detect orange ball photo with bounding box?
function [BW,maskedRGBImage] = createMask(RGB) %createMask Threshold RGB image using auto-generated code from colorThresholder...
alrededor de 2 años hace | 1
Pregunta
download data set ?
Because I live in Iran, I cannot download this link.('https://ssd.mathworks.com/supportfiles/vision/data/human-pose-estimation.z...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
texture movie in vr builder
i cant play my movie in my object by texture movie
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
finger detection like mp.solutions.hands
I wish MATLAB had a similar function for quick and accurate finger recognition. I did not find anything. If anyone knows a met...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Record video from webcam
v = videoinput ( "winvideo" , "1" , "MJPG_640x480" ) ; v.SelectedSourceName = "input1"; src_v = getselectedsource(v); get(src...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
I want to change the color of the target object that I created with V_Real Builder every time it is repeated
clc;clear;close all Myworld = vrworld('MyCicle1.x3d'); %% open(Myworld); %% figMy = view(Myworld, '-internal'); vrdrawnow;...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
I want to draw the previous point Delete the next point
%__________________________ This is to return to the previous point app.i=app.i-1; if app.i>1 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to draw the point before and Delete the next point
%______ This is to return to the previous point______________ app.i=app.i-1; if app.i>1 ...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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
más de 2 años hace | 2 respuestas | 0
2
respuestas1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
its not work ?
clear;clc filename='2_5.m4a'; [speech,fs] = audioread(filename); a=audioplayer(speech,fs); win = hamming(0.05*fs,"periodic")...
más de 2 años hace | 1 respuesta | 0
1
respuestahow can create Changing lamp color with start and stop button
app.Lamp_2.Color='g'; d=app.UITable.Data; if height(d)<1 t={'','','','','',''}; ...
más de 2 años hace | 0
Pregunta
how can create Changing lamp color with start and stop button
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 2 años hace | 0 respuestas | 0
0
respuestascreate multi mask using ROI Freehand
Yes thank you very much unfortunately I had not seen it
casi 3 años hace | 0
Pregunta
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...
casi 3 años hace | 2 respuestas | 0
2
respuestasSelecting multiple regions of interest with roipoly
thanks you Image Analyst
casi 3 años hace | 0
Pregunta
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....
casi 3 años hace | 1 respuesta | 0