Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Hi I am trying to fminsearch to optimize couple of parameters, however when I give the start I get the following error Optimization running. Error running optimization. XLSREAD unable to open file 'C:\Users\GJ computational\Desktop\Book2.xlsx'. File
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi I am trying to fminsearch to optimize couple of parameters, however when I give the start I get the following error
Optimization running. Error running optimization. XLSREAD unable to open file 'C:\Users\GJ computational\Desktop\Book2.xlsx'. File 'C:\Users\GJ computational\Desktop\Book2.xlsx' not found.
2 Commenti
Walter Roberson
il 26 Ago 2018
We as outsiders have no reason to expect that file exists.
You should not call xlsread instead of an optimization. You should call it before you optimize and pass the data into your function. Search mathworks.com for "parameterizing functions"
Risposte (1)
Yuvaraj Venkataswamy
il 27 Ago 2018
1 Commento
Walter Roberson
il 27 Ago 2018
It is not clear how this relates? The question at hand has to do with importing one file.
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!