Feeds
已回答
Loading CSV file (date column A, identifier row, rest data)
There is a function called csvread that should load the file. If your file has headers (or anything other than numbers), the ...
Loading CSV file (date column A, identifier row, rest data)
There is a function called csvread that should load the file. If your file has headers (or anything other than numbers), the ...
8 years 前 | 1
| 已接受
已回答
how to import .mp3 files to matlab
The error says there is an undefined function or method. This is because mp3read is not a MATLAB function. Use audioread. If ...
how to import .mp3 files to matlab
The error says there is an undefined function or method. This is because mp3read is not a MATLAB function. Use audioread. If ...
9 years 前 | 0
已回答
I'd like to make a timer or stopwatch
Making a GUI for the timer could be tricky, but the actual timer part would be simple. When the timer should start, call the tic...
I'd like to make a timer or stopwatch
Making a GUI for the timer could be tricky, but the actual timer part would be simple. When the timer should start, call the tic...
9 years 前 | 0
| 已接受
已回答
How do I create a tab delimited text file with headers that can be appended every time I run a code I have previously written?
Each time you want to write to a text file, open it with fopen and record the file id MATLAB assigns it. Then use fprintf (hopef...
How do I create a tab delimited text file with headers that can be appended every time I run a code I have previously written?
Each time you want to write to a text file, open it with fopen and record the file id MATLAB assigns it. Then use fprintf (hopef...
9 years 前 | 0
| 已接受
提问
Uploading a file with webwrite
I'm trying to write a program that will convert a Word document to an image. As best as I can figure, the only Microsoft Office ...
9 years 前 | 1 个回答 | 0
1
个回答已回答
alway get an error when i use a load command
Just making a string variable with the folder the files are in doesn't help. You need to actually change the directory in MATLAB...
alway get an error when i use a load command
Just making a string variable with the folder the files are in doesn't help. You need to actually change the directory in MATLAB...
9 years 前 | 0
已回答
problem in creating standalone application
This is probably because you haven't selected a program to compile. Click the + button next to the box labeled "add main file" a...
problem in creating standalone application
This is probably because you haven't selected a program to compile. Click the + button next to the box labeled "add main file" a...
9 years 前 | 0
已回答
Settings required to use sendmail with an outlook account?
Ah, the adventures of sending email through MATLAB. I'm sort of inexperienced in MATLAB myself, but I've spent plenty of time tr...
Settings required to use sendmail with an outlook account?
Ah, the adventures of sending email through MATLAB. I'm sort of inexperienced in MATLAB myself, but I've spent plenty of time tr...
9 years 前 | 0
提问
Webwrite not encoding JSON the way I want
I'm trying to post a geoJSON object to a web API. I found a website that will tell me if my geoJSON is formatted correctly or no...
9 years 前 | 1 个回答 | 0
1
个回答已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
9 years 前
提问
Change pushbutton text in a GUI
I'm trying to make a GUI with two pushbuttons. After one button is pushed, I want to change the text on both pushbuttons. I've f...
9 years 前 | 1 个回答 | 0
1
个回答已回答
Program works in MATLAB, but doesn't work after compiling as a standalone application
I ended up contacting MathWorks directly about this. It took several emails and several employees, but they finally figured it o...
Program works in MATLAB, but doesn't work after compiling as a standalone application
I ended up contacting MathWorks directly about this. It took several emails and several employees, but they finally figured it o...
9 years 前 | 3
| 已接受
提问
Program works in MATLAB, but doesn't work after compiling as a standalone application
I'm trying to use MATLAB compiler to make a program a standalone application. The program runs fine in MATLAB, but gives an erro...
9 years 前 | 3 个回答 | 1