已回答
How to compair between two lines in binary images?
Meshooo How about to find the mean value of the curve, specially that it's a line, and consider it as a fitted curve, just a...

11 years 前 | 0

已回答
How to compair between two lines in binary images?
You may also want to try diff Just like before, get the line out your picture by finding its white spots. Get diff of its ...

11 years 前 | 0

已回答
How to compair between two lines in binary images?
Hi Meshoo, I guess you can do it in different ways. What I think of, is Fourier analysis. Forget about the x axis, I wo...

11 years 前 | 0

已回答
how ot stop Matlab figure from maximizing?
Hi Adnan, It's simple just create your figure as follow h = figure('Resize','off') or if the figure is generated use...

11 years 前 | 0

| 已接受

已回答
How to do this?
Hi Sneha, You didn't as a specific question so I can't answer specifically. Apparently you have the measurement and you kn...

11 years 前 | 0

已回答
gca function in matlab
Hi Civs, To my knowledge whenever an object is created (figure, window, axes, function,...) a handle is associates to the obj...

11 years 前 | 2

已回答
unexpected behavior with symbolic substitution, 0 in vector
Hi Tonkma, I think you got what you wrote :) You defined ka as a column not row (vector), since you used ";" instead of ",...

11 years 前 | 0

已回答
how can use fmmod function for make a LFM signal
Hi Mehdi, It's always a pleasure for me to get involve telecom problems, besides, it's a good review and still a struggle for...

11 years 前 | 1

已回答
I have bunch of signals.and I have another signal that is one of mentioned signals but with shifted and different magnitude. How can I find out which signal shifted signal with different magnitude?
Hi Vahid, Use crosscorr(f,b) or crosscor(f,b,numel(b)-1) read MATLAB documentation about crosscorr and how ...

11 years 前 | 1

| 已接受

已回答
Reading Data from more than 2000 txt files in matlab
Hi Ahmed, It's really good that the files name has an order, you can use that to write a program to automatically open a spec...

11 years 前 | 0

已回答
how can use fmmod function for make a LFM signal
Hey Mehdi, Sorry, I guess it took me a bit more than 2 hours, I've been a bit busy. Take a look the attached file and how ...

11 years 前 | 0

已回答
How do I resolve the Improper index matrix reference error?
Hi I guess there should not be a problem plotting a vector and column but why not try to make them both column or row at leas...

11 years 前 | 0

已回答
how can use fmmod function for make a LFM signal
Hey Mehdi, I ran your code, couldn't understand anything really. Try this one, you may see some modulation taking place at...

11 years 前 | 1

| 已接受

已回答
how can use it for more than two features plot for multiclass svm?
Hey shah, There's no surprise you got error adding plot_x and b, because apparently plot_x is 1x30 and as you said b is 3*1 ...

11 years 前 | 0

已回答
Trying to plot fft,,Please help
Hi Avan, I wish you had provided more information about your problem. I don't see any sign of fft in your code?! I don't r...

11 years 前 | 0

已回答
basic question on creating a function and plotting
Hi Vaggelis, How about using anonymous function? f = @(k0,e,a) k0.*e.*a.*(a-1)./(1+e-a.*e) then you can easily evalua...

11 years 前 | 0

| 已接受

已回答
Communicate with FANUC CNC machine
Hi You can definitely do this with MATLAB. You need to have the IP address of your CNC device, if you don't know it refer ...

11 years 前 | 0

| 已接受

已回答
Plot different signals in a single plot using days as reference on the x-aixs
Hi Ramas, I guess I understood your prob. You have to calibrate the X axis according to your highest number of data points...

11 years 前 | 1

| 已接受

已回答
how to convert decimal values into 8bit binary sequence and represent in a 256*256 matrix
Hi Abirami, You are aware that you're making a 256 x 256 x 8 matrix(3D matrix), and that's how it showed on MALTAB when you h...

11 years 前 | 2

| 已接受

已回答
Handling time out warning
Hello Marcelo, lets assume you're creating your visa device as such mydevice = visa(...); Now you can see the devi...

11 years 前 | 0

已回答
who can help me write matlab codes for curve fitting?
Hi Ming, Try to read your xlsx data using this command "xlsread" type 'doc xlsread' in matlab command line to see its deta...

11 years 前 | 0

已回答
Binary to decimal using recursion
Hi Rick, You're aware of the MATLAB built in bin2dec function ain't u? I've no idea if it's possible to call "Bin2dec" fun...

11 years 前 | 0

已回答
How to measure overlap area of peaks from different signals
Hi Wenlong, You didn't explain the problem in detail, so you probably looking for an idea. What I understood and I would d...

11 years 前 | 0

提问


64 bit 32 bit Compatible Standalone App
Guys Thank You Very Much. It's awesome that you share your experties on this website, it wouldn't be so helpful and useful wi...

11 years 前 | 3 个回答 | 0

3

个回答

已回答
how to manage radiobuttons?
Hi Jihad! Seems like we are just leading you to more problems! There is a radio_bitton1_CreateFCN(hObject,eventdata,handle...

11 years 前 | 0

已回答
How to communicate/connect to SMC100CC controller (Newport Instr) using Matlab?
Hi Jay, Oh yeah darling, I've a cure for your problem! You want to send a series of command, without running a program, not t...

11 years 前 | 0

已回答
How to communicate/connect to SMC100CC controller (Newport Instr) using Matlab?
Hi Jay, I see your code, good! I don't understand the problem?! What is the problem then if you created the serial object an...

11 years 前 | 0

已回答
How to communicate/connect to SMC100CC controller (Newport Instr) using Matlab?
xHi Jay! One things that I don't understand is that your device has a serial port (RS-232)? or USB? As I understood your d...

11 years 前 | 0

已回答
how to manage radiobuttons?
Hi Jihad, You can disable the one radio button as you clicked the other one. Hopefully, you remember my previous assumptio...

11 years 前 | 1

已回答
how can i write this in matlab help me plz
Hi Jack, I guess it's your lucky day. Once I wrote programs that uses 3 different methods to calculate the root, and one o...

11 years 前 | 0

加载更多