I have the followin开发者_C百科g code to plot one graphic: plot(softmax(:,1), softmax(:,2), \'b.\')
I have an image in MATLAB: y = rgb2gray(imread(\'some_image_file.jpg\')); and I want to do some processing on it:
I have matrix equation below: [M] = [A][R] + [B][L] where: A and B = 2 by 2 matrices M, R, L, and = 2 by 1 matrix.
I am SSH connecting to a Linux server and do some MATLAB programming. I would like to save invisible plot as
i\'m writing LZW in matlab,but i don\'t know 开发者_开发百科how i should make dictionary? i want some help in writing program.
Let me start by saying I LOVE YOU. Thank you. Next order of business: octave-3.2.3:8> xin = imread(\'3Phone.png\');
I have two functions: one which creates the UI with buttons, and another one from which I\'d like to execute the same function as pressing the button does.
I am little stuck on a problem. I have tons of files generated daily and I need to sort them by开发者_高级运维 file name and date. I need to do this so my MATLAB script can read them. I currently do t
What is the best method for selecting design properties for a digital filter in Matlab with the GUI sptool?More specifically, if I have a signal, how do I go about determining which filter values will
Let\'s say I have a 100x100 matrix, I want to divide it into equal parts of 10x10. The problem is that t开发者_Go百科he input matrix can be of any size (but always mod 10).