Hi,
Similar to Matlab xlswrite(filename,A), what is the function name in Scilab to write on a new excel file ? I tried searching, but couldn't find out. There was only write_csv available.
Thanks,
Praveen
Function write_csv writes comma-separated value file, https://help.scilab.org/doc/5.3.3/en_US/write_csv.html
Hello Praveen,
Scilab has the opportunity with xls_read and xls_open to import files from excel. By using write_csv you are able to write data in a an excel file.
https://help.scilab.org/doc/5.3.3/en_US/xls_read.html
https://help.scilab.org/doc/5.3.3/en_US/write_csv.html
With best regards,
Thomas
Hi, At 1C-rate, I am doing OCV test on A123 li-ion cyclindrical cells to measure capacity & internal resistance. At the end of discharge cycle how long is the pause time after which I can...
07 August 2018 8,601 2 View
I am performing EIS (BRS Messtechnik, galvanostatic) on cyclindrical A123 26650 LFP full cell. After setting SOC it is required to wait for some hours before carrying out EIS. I know it is to...
05 June 2018 9,208 0 View
Hi, I have 9 26650 LFP cells connected in series and impedance is measured one after the other using BRS EIS device. Currently I have soldered the batteries, but the EIS spectra is not a good...
04 May 2018 5,435 0 View
I have set of Electrochemical Impedance spectroscopy data of Lithium ion full cell (26650). Then I do Kramers-Kronig fitting using Lin tool of KIT. But this tool allows one cell after another...
03 April 2018 7,728 0 View
Hi, file='Data.xlsx' M=xlsread(file) Now I want to create a text file of the same name as in the excel name fileID=fopen() Can anyone tell what command comes here ? like sprintf or something...
03 April 2018 6,353 6 View
Hi, I have about 100 excel.xlsx file and wanted it to read with some Scilab xls or csv function. I could read this excel xlsx format. Also I don't want to use the import data format as I have...
03 April 2018 1,734 0 View
Hello, I have 100*10 matrix. I don't need the first 13 rows (they are strings). I need all data from 14th row. One columns (6) contains string which I don't need. Can anyone tell me how to read it...
03 April 2018 8,759 0 View
Hi, I have matrix 'x' (see pic) with 5 values. Out of those one value deviates from the rest. So when I take the mean, standard deviation and plot with errorbar in Matlab, the deviation seems to...
02 March 2018 468 3 View
I am using equivalent circuits to fit 26650 LFP's current pulse measurements. We know that as temperature increases, the resistance decreases because of the ion's mobility. But at the same time,...
02 March 2018 250 9 View
Hello everyone, I used Matlab uigetdir to import all my excel data files and convert it to txt document. All the files are converted successfully from excel to txt format one after the other. But...
02 March 2018 9,524 0 View
I would like to learn more about SPSS and Its application especially in regards to data analysis. Please suggest me how I can learn more about it. Thank you so much.
11 August 2024 9,101 4 View
I have reverse sequences (AB1 format), can I base on reverse DNA sequences to perform nucleotide alignment, convert nucleotides to amino acids and deposit the sequence in GenBank database?
11 August 2024 5,138 1 View
Hello, Why do i see this baseline drift when i compare my blank (black) to the sample (blue)? Any suggestions as to why this happened? Thank you!
11 August 2024 3,770 4 View
Willett, Shenoy et al. (2021) have developed a brain computer interface (BCI) that used neural signal collected from the hand area of the motor cortex (area M1) of a paralyzed patient. The...
10 August 2024 7,180 0 View
I am developing a predictive model for a water supply network that involves 20 influencing points. However, I only have historical data for 10 out of these 20 points. I would like to know how to...
10 August 2024 4,005 2 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
How can I use the cif data obtained from rietveld refinement extracted via gsas2, for microstructural analysis using ETEX software?
09 August 2024 7,718 0 View
I need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,048 2 View
One can try to generalize the Vandermonde determinant in the following direction: Let $A$ be any symmetric $n$-order square matrix. Consider its powers' diagonal elements $(A^k)_{ii}$ and...
08 August 2024 6,690 1 View
Let's say we have a standard, regular hexagonal honeycomb with a 3-arm primitive unit cell (something like the figure attached; the figure is only representative and not drawn to scale). The...
07 August 2024 1,937 1 View