Multimedia
Multimedia is media that utilizes a combination of different content forms.
Language
Other Languages
Remove
Platform
Any
License
Any
Need major help on an assignment. ANy help would be nice. I have a image compression bonus assignment as follows
"1. Download the image.mat file from blackboard and load this into matlab. Do...
Do you mean the Euclidean algorithm?
Here's a flow diagram and an example.
http://matrixlab-examples.com/euclidean-algorithm.html
I want to create a Matlab Gui that can open an image by clicking on open button on toolbar
I build a toolbar
and add a code for opening a file but hhow I tell to it open it on specific place on my...
Where may I post about Haskell questions? I need some advice on a 2D graph coloring algorithm
This is the link to the file.
http://www.megaupload.com/?d=NDSL7PDB
Thanks!
run_Callback at 694
Error in port widths or dimensions. Invalid dimension has been specified for input port 1 of
'MultipleGuidance_night/GUIDA/Beam Rider/FILTRO SCARTOM2'"
The command window...
Hi there, i'm trying to modulate the frequency of a wav file according to a periodic signal. I was wondering how best to do this?
F.M theory always concerns periodic waves so i'm a bit lost now...
In the warning at 26
In updatewarn at 11
In tf.loadobj at 11.
Premise that this is the first time I use matlab and I would like to know what caused this.
The command window should not exit the...
I currently have a MATLAB (completely) function that reads an AVI video of any color format and returns the pixel information. It works great for files under 2 GB but breaks immediately after that....
Hi,
I have a matrix with four values:
1,2 - representing one of two possible items say, A or B
3 - representing an intersection of both A and B
0 - representing null
Can I use MATLAB to draw...
Hello,
I'm new to Matlab GUI and I have a question about loading data onto my figure files. I have attached an example program to illustrate what I am trying to achieve.
Ultimately, what I...
hi everyone.
for my final project year, I have to generate a diffusion tensor imaging. then how with FA (anisotropy factor) between 0 and 1 can i apply to each of the ellipsoids atypical color...
I'm not sure if this is what you need, but...
% the line goes from (-1, 3, 1) to (0, 0, 0)
a = linspace(-1,0,10);
b = linspace(3,0,10);
c = linspace(1,0,10);
plot3(a, b, c)
I suggest you...
Hi everyone
Despite reading the online help, I till can't seem to get the hang of plotting a 3D vector field in Matlab (or Mathematica).
The arrays I have are as follows:
x-component of...
Hi,
I have a similar problem as you posted.
Could you tell me how to solve it?
Thanks
Uwen
Hi all,
I am new to MATLAB and this forum too. I have a question. Is there any facility such as a picture box in MATLAB 7.0 GUI Design? I have coded a program in matlab. However, in order to design...
The Nexus programming language is an "object-oriented, dynamically-typed, reflective programming language", drawing from Lua and Ruby. www.nexuslang.org