photo

Adel Litim


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
1 Answer

File Exchange

6 Files

RANK
265,108
of 300,369

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
10,542 of 20,936

REPUTATION
55

AVERAGE RATING
0.00

CONTRIBUTIONS
6 Files

DOWNLOADS
11

ALL TIME DOWNLOADS
556

RANK

of 168,436

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

  • First Answer
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Explorer

View badges

Feeds

View by

Answered
homework question, if statements
clear;clc; m=input('tell us how many student there are ? '); for n=1:m x=input(['tell us about the ',num2str(n),' student ...

3 years ago | 0

Question


HOW i can i display a concatenated image in one figure intead of 3*3 figure
hello evryone , my project is compression image document , first i have to segmente text and background and compresse each one ...

5 years ago | 0 answers | 0

0

answers

Question


how can i separte texte and background and compresse each one séparatelly (compression old image document)
clear all; close all; clc; f=imread('manuscrit1.tif'); %insérer the image. imshow(f) title('image originalle') %pour...

5 years ago | 0 answers | 0

0

answers