photo

Vincenzo


University of Catania

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: image analize

统计学

MATLAB Answers

6 个提问
24 个回答

排名
106,468
of 300,904

声誉
0

贡献数
6 个提问
24 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,108

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,602

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 6 Month Streak
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Obtain Submatrix
Sorry but i don't understand what i have to do ...I tried a lot of ways but nothing...reassuming: after i reached the position...

14 years 前 | 0

已回答
Obtain Submatrix
I did the follow thing: insert rectangle->Show Property Editor->More Properties->Units->Pixels it change me automatically th...

14 years 前 | 0

已回答
Obtain Submatrix
Any idea??

14 years 前 | 0

已回答
Obtain Submatrix
I multiply for the columns and rows because they give me the number of original matrix just to cover the area i chose...and some...

14 years 前 | 0

提问


Obtain Submatrix
Hi, need absolutely your help as soon as possible. I selected a rectangle from an image(that contains values), than trough show...

14 years 前 | 7 个回答 | 0

7

个回答

已回答
Set Column width of Excel through Matlab
Great Fangjun!! Music to my ears!!

14 years 前 | 0

提问


Set Column width of Excel through Matlab
Hi, I tried to set the width of a column but i don't try.. i found a hint here: http://www.mathworks.com/matlabcentral/fileex...

14 years 前 | 2 个回答 | 0

2

个回答

已回答
How to link pushbotton and a m file(script)
I solved the problem with run namefile by doing the following thing: Go to: D:\Programs\Matlab\toolbox\matlab\lang\run.m #lin...

14 years 前 | 0

已回答
How to link pushbotton and a m file(script)
So Walter...what i have to do? that's my script that i divided in 2 parts: http://imageshack.us/photo/my-images/207/93996382.pn...

14 years 前 | 0

已回答
How to link pushbotton and a m file(script)
With run namefile something start because i can see an image: http://imageshack.us/photo/my-images/507/22781480.png/ ...

14 years 前 | 0

已回答
How to link pushbotton and a m file(script)
Someone can help me? I have this script but with run namefile doesn't start, unless i put it in command window...why?

14 years 前 | 0

已回答
How to link pushbotton and a m file(script)
run namefile only works from command window...if i put in function callback i have this error whe i click on botton: http:/...

14 years 前 | 0

提问


How to link pushbotton and a m file(script)
Hi I don't know how to call a m file(script) through a pushbotton...I know that i have to do do something in the function pushbo...

14 years 前 | 6 个回答 | 0

6

个回答

已回答
Import a cell array in excel
It Works, it works!!! Thank you!!

14 years 前 | 0

已回答
Import a cell array in excel
Thank you Walter and Fangjun Just another thing: how can I assign a name to the top of a column?

14 years 前 | 0

已回答
Import a cell array in excel
Oh no!! That's a bad new. Ok consider just the scalar values...If I do the for loop before it shows me http://imageshack....

14 years 前 | 0

提问


Import a cell array in excel
I have a cell array: <http://imageshack.us/photo/my-images/525/catturawd.png/> Each cell contain other elements: <http://image...

14 years 前 | 4 个回答 | 0

4

个回答

已回答
Sequence of submatrix based on the position of a rectangle
Is there a string concatenation method in wich i can recall the matrices?...Because i need a dynamic vector containing all the m...

14 years 前 | 0

已回答
Sequence of submatrix based on the position of a rectangle
I have the following matrices Seq001...Seq009,Seq010..Seq099,Seq100...Seq999 what i did: % namefile.m N=999...

14 years 前 | 0

已回答
Sequence of submatrix based on the position of a rectangle
I add: [rows ....numberOf...]=size (Seq); %[1*] . . for i=1:N m=Seq{i}; sub{i}=m(row1:row2, column1:column2); %[2*] end ...

14 years 前 | 0

已回答
Sequence of submatrix based on the position of a rectangle
Yes..i want to write column1=int32(x1*columns) and row1=int32(y1*rows) ;) The syntax for the .m file i see it's not all r...

14 years 前 | 0

已回答
Sequence of submatrix based on the position of a rectangle
No, i'm not all set. What i think i should do: 1)Load all the matrices 2)Write in a .mat or another kind of file the f...

14 years 前 | 0

已回答
Sequence of submatrix based on the position of a rectangle
I load all the matrices, then on the first matrix I do imagesc-> Insert-> rectangle ... after I click with right mouse button sh...

14 years 前 | 0

提问


Sequence of submatrix based on the position of a rectangle
I found the method to derive the submatrix (based on the position of the rectangle that I select through imagesc-> Insert-> rect...

14 years 前 | 8 个回答 | 0

8

个回答

已回答
How to create image matrix via
In your view it's right a submatrix 61x2?

14 years 前 | 0

已回答
How to create image matrix via
Hi, first of all thanks for your help...I read your last answer.."http://www.mathworks.com/matlabcentral/answers/13951-how-to-cr...

14 years 前 | 0

已回答
How to create image matrix via
Other hints???

14 years 前 | 0

已回答
How to create image matrix via
@Image Analyst A submatrix appears but just a 56x2..it's strange isn't it? Summarize what I did: In command window-> ...

14 years 前 | 0

已回答
How to create image matrix via
Sorry can you help me step by step because i'm a neophyte... This is the M-code: function createrectangle3(figure1) %CREAT...

14 years 前 | 0

提问


How to create image matrix via
I have the following problem: I have a file.mat, containing a matrix 240X320. If I click on imagesc, I see an image referencing ...

14 years 前 | 8 个回答 | 0

8

个回答