Vincenzo
University of Catania
2011년부터 활동
Followers: 0 Following: 0
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...
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년 전 | 0
답변 있음
Obtain Submatrix
I did the follow thing: insert rectangle->Show Property Editor->More Properties->Units->Pixels it change me automatically th...
Obtain Submatrix
I did the follow thing: insert rectangle->Show Property Editor->More Properties->Units->Pixels it change me automatically th...
대략 14년 전 | 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...
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년 전 | 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년 전 | 답변 수: 7 | 0
7
답변질문
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년 전 | 답변 수: 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...
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년 전 | 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...
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년 전 | 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/ ...
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년 전 | 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?
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년 전 | 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:/...
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년 전 | 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년 전 | 답변 수: 6 | 0
6
답변답변 있음
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?
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년 전 | 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....
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년 전 | 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년 전 | 답변 수: 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...
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년 전 | 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...
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년 전 | 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 ...
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년 전 | 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...
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년 초과 전 | 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...
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년 초과 전 | 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...
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년 초과 전 | 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년 초과 전 | 답변 수: 8 | 0
8
답변답변 있음
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...
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년 초과 전 | 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-> ...
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년 초과 전 | 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...
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년 초과 전 | 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년 초과 전 | 답변 수: 8 | 0

