Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to deal with form files in matlab GUI

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to deal with form files in matlab GUI, which is very detailed and has a certain reference value. Friends who are interested must finish reading it!

Advanced file I _ color-form file

Function

Description

Xlsread

Read EXcel form file

Xlsfinfo

Get information about Excel form files

Xlswrite

Write data to an Excel form file

Wk1read

Read Lotus 123form file

Wk1finfo

Get information about Lotus 123form files

Wk1write

Write data to a Lotus 123 form file

Read the form file:

[nummeric,txt,raw] = xlsread ('filename','sheet','range'): file name, the data content is saved in nummeric, the text content is saved in txr, and the unprocessed content is saved in raw.

Write to the form file:

[success,message] = xlswrite ('file',array,'sheet','range'): this function writes the data array to the Excel file file. The default value is A1 of sheet1, if the write success is true. Message is empty; if there is a write error, success returns false,message as an error message.

Data= {2001, 76pm, 88th, 2002, 77, 99}

Success=xlswrite ('student.xls',data,'sheet2','A6')

The above is all the content of the article "how to deal with form files in matlab GUI". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report