Answered
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...

mer än 9 år ago | 2

| accepted

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

mer än 9 år ago | 0

Answered
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...

mer än 9 år ago | 0

Answered
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...

mer än 9 år ago | 0

Answered
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...

mer än 9 år ago | 0

Question


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...

mer än 9 år ago | 3 answers | 0

3

answers

Answered
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...

mer än 9 år ago | 0

Answered
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...

mer än 9 år ago | 0

Answered
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...

mer än 9 år ago | 0

Answered
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...

mer än 9 år ago | 0

Answered
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...

mer än 9 år ago | 1

Answered
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...

mer än 9 år ago | 0

Answered
how to manage static texts when radio button clicked?
Hi, Lets assume you created this in GUIDE and Donor radio button has the tag value of donor_radio acceptor is acceptor_radio...

mer än 9 år ago | 0

| accepted

Answered
choose coulor of plot
Hi Max, Sorry I'm a bit lazy to actually write a code, but I'm sure you can do it, and you can do it the you want it. I re...

mer än 9 år ago | 0

Question


Calling Additional Functions in GUI
Hello Everyone! Thanks for your attention. I've created a GUI using *GUIDE* with lots of edit boxes, what I do in the edi...

nästan 10 år ago | 2 answers | 0

2

answers

Answered
Passing Pointer to DLL file
I found the problem. I had to terminate the commands with ' ; ' Something that I did not need to do while using RS232! s...

nästan 10 år ago | 0

| accepted

Question


Passing Pointer to DLL file
Hi Everyone. Thanks so much for your attention and help in advance. I' have a problem with TTi (TGA12104) Arbitrary Wavefo...

nästan 10 år ago | 3 answers | 0

3

answers

Answered
DSP Toolbox use left and right speaker
Hi TU, If you're creating the signals, why not using an analog output (winsound)? Another point! I'm not sure if you can s...

nästan 10 år ago | 0

Submitted


AgArbTrans_V2.m
Agilent 33500 Arb Loader

nästan 10 år ago | 1 download |

Thumbnail

Answered
Vertical to horizontal data
As mentioned, you need to reshape the matrix, but for your data size, which is 125000, since it's not a multiply of 62 you need ...

nästan 10 år ago | 0

Answered
i wanna a matlab code for this problem if anyone can help , please ?
http://www.mathworks.co.uk/help/matlab/ref/fft.html?searchHighlight=fft

nästan 10 år ago | 0

| accepted

Answered
Solving Linear System of Equations.
With many thanks to Mischa I find a solution for this homogeneous system of equations using null(a,'r') gives a perfect...

ungefär 10 år ago | 0

| accepted

Question


Solving Linear System of Equations.
Hi ppl I was wondering how to solve this particular one without any manipulations or simplifications! Assume the coffs are gi...

ungefär 10 år ago | 2 answers | 0

2

answers

Answered
get transfertfunction from fdesign.bandpass
There are some commands that transfer different parameters to transfer function such as latc2tf ss2tf zp2tf s2tf ...

ungefär 10 år ago | 0

| accepted

Answered
Problem: write a function with several functions inside.
You can definitely use functions inside the functions. I just did it couple of weeks ago, and I defined the functions as anon...

ungefär 10 år ago | 0

Answered
Problem: write a function with several functions inside.
First I suggest you to write your functions in a different form, which you may find it way easier to work with. Anonynous fun...

ungefär 10 år ago | 0

Answered
Can you put a function inside a for loop?
Hi Jacob You have to make anoher function or script, lets call it 'main' in case you made a function, and in 'main' you can ...

ungefär 10 år ago | 0

Answered
How do I print a mixed expression ( numeric and symbolic) to a file?
The only way that I know of is to concatnate just as I showed u! I edited a whole bunch of text files like this. I don't thin...

ungefär 10 år ago | 0

Answered
How do I print a mixed expression ( numeric and symbolic) to a file?
You can use sprintf or easier way is to concatnate strins myString=sprintf(); fprintf(myFile,myString); or f...

ungefär 10 år ago | 0

Answered
how to construct the 10x10 matrix
Hi for this specific case is very easy, for other cases a little adjustment might be needed. x=meshgrid(1:10); Good L...

ungefär 10 år ago | 0

| accepted

Load more