Answered
Random number within a decimal range
Hi Akif, This is exactly a copy paste from MATLAB's help, so for further info type doc rand Your solution r = a...

11 years ago | 0

| accepted

Answered
Can csv write multiple arrays into file at one time?
Hi tom, You can definitely do it. You just need to arrange your data Say you have two set of data, each is in form of a...

11 years ago | 5

| accepted

Answered
delete the header from a scientific data
Hi Aliaa, Thanks for the image. There was no way I could tell why you get this error, without the image. You should create...

11 years ago | 0

Answered
delete the header from a scientific data
Hi Aliaa, It's not what I explained really :) but it's a good effort. I guess you're totally unfamiliar with MATLAB, I hop...

11 years ago | 0

Answered
delete the header from a scientific data
Hello Aliaa, It's good that your files are plain text, you can open them in MATLAB easily. You need to write a program, co...

11 years ago | 0

| accepted

Answered
Fortran DLL to MATLAB
Hi JeongHeon, I don't think if you can convert *.dll file to a *.m file(MATLAB File). You can convert header files, *.h to...

11 years ago | 0

Answered
MATLAB Fourier Series Urgent assistance
Hi, Define a sampling frequency of 100 KHz, then create a sine wave, of 50 Hz use fft to verify it's frequency. That will be...

11 years ago | 1

| accepted

Answered
How to get Magnitude Spectrum of a Cosine Wave
Hi Lizy, Please do us a favor 1- edit your code so that we can read it. As it's really hard to follow, make it something l...

11 years ago | 1

Answered
How upload a saved neural network in the GUI?
Dear Hessam, Thanks so much for making it clear. You saved the files with .mat extension, you need load command to load th...

11 years ago | 0

| accepted

Answered
How upload a saved neural network in the GUI?
Hi Hessam, Sounds like you're progressing, that's good. - Would you please tell me how did you save the network? - Do y...

11 years ago | 0

Answered
How upload a saved neural network in the GUI?
Hi Hessam, uigetfile returns the file name and file address only, it will not open or load your selected file! You can sel...

11 years ago | 1

Answered
Indexing input must be numeric, logical or ':'.
Hi Aditya, I guess your problem is in the line below m(i)=(x(1)*0.457+x(2)*0.294+x(3)*b(i)+a(i)*1.073+c(i)*2.584+bat*0...

11 years ago | 0

Answered
Two plots per axis using addaxis
Hi Aya, use hold on after you crate your axis not after figure hold on works on axis, look at the MATLAB documentation. ...

11 years ago | 0

Answered
How can I control each DAC channel separately?
Hi Eunji, As far as I remember, we start the DAQ with start(DAQobject), not each channel separately. Your device may not have...

11 years ago | 0

Answered
[HELP] how to close figure automatic
Hi Cahyo, I don't know how experienced are you, using MATLAB, but don't you think you can close the figure using close gca ...

11 years ago | 0

Answered
Status for forum members: who would use/care for it?
Thanks Image Analyst. I used to use stackoverflow for math discussions, wasn't as helpful as this website I'm afraid, maybe b...

11 years ago | 0

Answered
Status for forum members: who would use/care for it?
Hello Everyone, What's the "TMW forum" Cedric talked about?! Is there another place where you discuss more MATLAB?! Thanks...

11 years ago | 0

Answered
How to modify parameters in a compile GUI by loading a file?
Dear Nicolas, First of all it's such a nice idea to get the settings from the file. Sounds really cool to me. I kind of ha...

11 years ago | 0

Answered
hi , I have an excel sheet of accelerometer data and want to use a high pass filter to filter the lower frequencies.
Hi Shilpa, I guess the easiest way is to type this fdatool in MATLAB command window, this opens the Filter Design and...

11 years ago | 0

| accepted

Answered
How to find max in a matrix (1,N,2)&& matrix (1,N,3)?
Hi Tabw, You can add those numbers and then use "max" to find their value and their index. m = matrix (1,1:10,2) + matri...

11 years ago | 0

| accepted

Answered
how we can represent an image in graph in matlab?
Hi Christina, Do you know that you can simply view the image in MATLAB by using imshow('c:\mypicture.jpg') If proces...

11 years ago | 0

Answered
find the dependence ratio
Dear Son, You can make a function if you have a series of measurements. You can compare results with a base signal, and th...

11 years ago | 0

| accepted

Answered
find the dependence ratio
Hi Son, I guess you want to compare between your signals to see how close the are! At least that what I understood from your ...

11 years ago | 0

Answered
How to get Magnitude Spectrum of a Cosine Wave
Hi Upsesh, This can be solved by properly using fft (Fast Fourier Transform) I wrote a fftplot function wich plots the mag...

11 years ago | 0

| accepted

Answered
How to integrate using Matlab 2012a?
Hello Micheal, First see if you can simply use sum instead of intergral. If not then chech the link below plz. <http://www...

11 years ago | 1

| accepted

Answered
object oder in the GUI / Tab
Hi Max, It's so simple if you've used GUIDE to create the GUI. There is a specific menu that helps you do this by some cli...

11 years ago | 0

| accepted

Answered
Inverse cmd giving errors
Hi Segun, So what you want to do is, finding the inverse matrix! Alright. define your matrix as such x =[2,3,5;4,1,6...

11 years ago | 1

Answered
Challenging Question - Finding mean of specific values of matrix and re-entering
Hey Karan, Sound very easy and typical! It's nothing but programming and defining some conditions. you need 2 for loops f...

11 years ago | 0

Answered
self clearing edit box
Hi Max, How about using MATLAB's default input dialog (inputdlg)? Even if you make your own, it's absolutely gonna work th...

11 years ago | 0

| accepted

Answered
How do I define a color?
Oh yeah, It's crystal clear now! So, for instance the color you want to pick is black and you just want to define it. I to...

11 years ago | 0

| accepted

Load more