photo

Poreddy ajaykumar reddy


Last seen: 2개월 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
185,695
of 300,365

평판
0

참여
6 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Explorer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


extracting data from a cell (in cell the data are images) and i need to store them seperately
I need to extract the all the contents in a cell and i need to all the contents in a cell first row in one folder second row...

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


Function with multiple inputs
Hello everyone I have a function with two inputs function [output_image]=multiple(input_1,input_2) assume input_1=imread('im...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


regarding passing input as images to a function from two different folders
function [disparity map]=map(leftview,rightview) %some processing steps will be there end I need to call two differentimages ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


how to write data into excel sheet
close all clear all clc image_folder='C:\Users\L111\Desktop\cube faces\gaussian distortion\image_bullock\left face\rating_1';...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to create excel sheet for the following code
this is the code i have converted an image into six faces(top, back, front,left, right, =bottom) for my preprocessing 1.now ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


i need to save images with different file names in seperate folders
lear all; close all; inputfilename ='back_5.jpg'; img = imread(inputfilename); dim = size(img); width = dim(2);height = dim(...

4년 초과 전 | 답변 수: 1 | 0

1

답변