matlab-load
Why can't Matlab R2010 load neural network objects from R2007?
I have a Neural Network that I\'ve save to a .mat file in Matlab 2007. I\'m trying to load the neural network from the file with load filename.mat.[详细]
2023-04-06 03:54 分类:问答Load a field of struct into a variable (MATLAB)
I have a struct stored onto my harddrive.I need to load one of its Field into a local variable.A simple load gets the[详细]
2023-04-02 01:56 分类:问答MATLAB loading .mat files from gui and accessing variables inside the struct
I\'m designing a gui and I am trying to load a mat file into a struct and then access data from the struct.I also want to print the variables in the struct to see if the variables are in the mat file[详细]
2023-03-14 22:19 分类:问答load a variable in matlab
I want to load variables in a loop with different imagenames. for i=1:length(imagefile) name=imagefile{i};[详细]
2023-02-19 20:26 分类:问答Error using load command to open .mat file in Matlab
Here\'s a part of my code where I am entering a name of the .mat file, which is located in the same folder as my code. However it does not identify the file name and gives an error:[详细]
2023-01-21 07:24 分类:问答How can I move variables into and out of a structure akin to LOAD and SAVE in MATLAB?
Is there a quick way (i.e. one line) to 开发者_开发百科dump a collection of variables \"in\" a structure, using the variable names as the structure fields? The \"load\" function basically does this bu[详细]
2023-01-11 21:11 分类:问答How can I read this file in MATLAB?
I have a file named data.dat with the following contents: my name is elyas 123 this is a book 123.450 my father name -2.34e+05[详细]
2023-01-04 01:07 分类:问答using load instead of other I/O command
How can I modify this program using load-ascii command to read (x,y)? n=0; sum_x = 0; sum_y = 0; sum_x2 = 0;[详细]
2022-12-28 15:02 分类:问答Load any file type into matlab
I have a matlab开发者_JAVA百科 GUI....I\'d like to load ANY file type(doc,txt,dat,xls) into matlab as a matrix through the GUI...I\'d appreciate any help I can get!!DOC, XLS, DAT to txt[详细]
2022-12-27 21:42 分类:问答MATLAB - load file whose filename is stored in a string
I am using MATLAB to process data from files. I am writing a program that takes input from the user and then locates the particular files in the directory graphing开发者_如何学C them. Files are named:[详细]
2022-12-20 15:46 分类:问答