Statistik
20 Fragen
0 Antworten
RANG
21.043
of 297.016
REPUTATION
2
BEITRÄGE
20 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
2
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How I can save Image without using imwrite ?
I want a code that save Image after I construct this Image from blocks,I used imwrite but it effect on the values of the Image w...
fast 10 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Error in mat2cell because of the size of the image have anyone solution for that?
rgbImage = imread('image.jpg'); [rows, columns , numberOfColorBands] = size(rgbImage); Greenlayer ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how i can display the variables in work space?
Hello, When I run any code the variable does not appear in the work space window ,may anyone help me to solve this problem? th...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
error in using dec2bi()?
Dear all, number=3.77 integerf=fix(number) binnumber=dec2bi(integerf); the error msg is "Undefined functio...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is there anyway to convert a number to binary without using dec2bin?
Dear everyone I want to convert these values to binary without using dec2bin why I do not want dec2bin because for each v...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How I can read notbad file Line by Line?
I saved matrices in text file line by line and now I want to read these matrices in same way that I saved?
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error in sub plot when I resize Image to divide it to blocks ,can any one solve it?
I use this code from math works but I change the new size of resizing function and I get this error clc; % Clear the com...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
If I divided 512*512 Green plane Image into 8*8 blocks How many blocks will Result?
I divided 512*512 Green plane Image into 8*8 blocks the result block was not what I expect .I expect the output will be 64 blo...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how I can display out put of kraskallwallis in one figure?
I want to display kraskallwallis function result in one figure .the out put of this function is ANOVA table and box plot and the...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How I can write the names of file in note bad without extension?
Hello I Want To write The names of file that I read it Using for loop without any comma and extension Here is the code that ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I write matrix elements to file Are contiguous , including a comma?
I use this function Are contiguous , x=[1 2;3 4;5 6] x = 1 2 3 4 5 6 >> dlmw...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Does any one know why the help result does not appear?
I searched about the same thing twice in mat lab help . the first one the result appears now It does not Why??????????????
fast 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
what is the output of kruskalwallis?
Hello every one p = kruskalwallis(X) p = kruskalwallis(X,group) p = kruskalwallis(X,group,displayopt) [p,table] = kruskalw...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
error I did not understand it?
when I wrote this code an error message appear and I did not understand it can any one help me please? and this is the error ...
etwa 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How I can remove the decimal part in matlab?
in the division operation i want only the real part without the decimal part? like 4.56 I want only 4 how can i do that?
etwa 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how I can make loop start with 8 end with 1?
how I can make loop start with 8 end with 1? is it available in mat lab when i write for 8:1 It does not work can an...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How I can save the command that I wrote it in command window?
How I can save the command that I wrote it in command window? If I saved these command by save the work space and I could not o...
etwa 10 Jahre vor | 1 Antwort | 1
1
AntwortFrage
how i can make change on middle band of specific matrix?
if i have matrix of the size n*n how i can make change on the middle band only assume this matrix matt=[1 1 1 1;1 1 1 1;1 1...
etwa 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
KNN classifier between two image
Hello I need code using KNN classifier two compare between two image if they are same or not ?( I work on Iris image)
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How I Can Read Matrices From text file and display it at separate Matrices?
I need to read matrices from notepad then display it in two separate matrices .I need also to calculate inverse then write the r...
etwa 10 Jahre vor | 2 Antworten | 0