federica pasquali
Followers: 0 Following: 0
Statistics
RANK
26.841
of 295.569
REPUTATION
1
CONTRIBUTIONS
12 Questions
1 Answer
ANSWER ACCEPTANCE
41.67%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
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
Feeds
Question
MATLAB 2019b pre-release version has GAN?
does anyone know if MATLAB 2019b pre-release version has GAN?
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
HOW TO CONVERT A PNG IMAGE IN TO A EPS IMAGE?
HI ! how can i convert a png image in a eps image?
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
how to make montage read one image at a time from a cell array of unit8 images and assemble them into a single image?
Hi everyone ! i've a cell array which contains the images I've created previously a = 1×14 cell array ...
ongeveer 6 jaar ago | 0 answers | 0
0
answersQuestion
how to show the images of a uint8 format cell array through a montage in a single image?
Hi! i've this cell array that contains my images : a = 1×14 cell array Columns 1 through 5 {24...
ongeveer 6 jaar ago | 3 answers | 0
3
answersQuestion
show images contained in a cell array in a single window with montage?
Hi everybody! I've a cell array containing the images I want to present in a single graphic window through montage function , ...
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
HOW TO CROP AN IMAGE
Dear all, I've an image saved in a uint8 variable and I want to remove the zeros from it (the zeros are the black spaces of t...
meer dan 6 jaar ago | 2 answers | 0
2
answersQuestion
How can i see if a unit8 var exist or not?
Dear all, I have to check if a unit8 variabile type exist or not , do you know how can i do? thanks,
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
how to show multiple images in the same picture with the name of each image without using subplots?
dear all , I have a function that, according to the user's specifications, creates, reads the desired image created (saving...
meer dan 6 jaar ago | 2 answers | 0
2
answersHOW TO CHECK THE PARAMETERS RECEIVED IN THE FUNCTION CALL?
function [] = prova(ID , Folder , varargin) P = inputParser; addRequired( P , 'ID' ); addRequired( P , 'Folder' );...
meer dan 6 jaar ago | 0
Question
HOW TO CHECK THE PARAMETERS RECEIVED IN THE FUNCTION CALL?
dear all, this is my function : function [] = print( value1 , value2, value3 ,value4,value5,value6,value7,value8) value1 ...
meer dan 6 jaar ago | 2 answers | 0
2
answersQuestion
HOW TO READ ONLY SOME IMAGE FROM A FOLDER ?
Hi everyone! I'm trying to read the images that are saved in a folder and I was wondering if there was a way to read only the i...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
how to show the contents of a cell array containing: in a cell the image and the name of the image at the same time?
How to show a cell arrays containing : {images} {name of the images} in the same screen?
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
HOW TO CREATE A CELL ARRAYS CONTAINING THE IMAGE AND THE CORRESPONDING NAME OF THE IMAGE
hi! I've a problem , i want to create a cell arrays containing the image and the corresponding name of the image and once all t...
meer dan 6 jaar ago | 1 answer | 0