Answered
Installer won't see the Compliler toolbox
That's what I thought, but the guy I spoke to in Mathworks (who gave me the download link and login details) knows that I'm usin...

12 years ago | 0

Question


Installer won't see the Compliler toolbox
I got a trial license for Matlab R2012a and Compiler toolbox. Boh 64-bit. I put both files into the same folder and when I get t...

12 years ago | 4 answers | 0

4

answers

Answered
xlsread uses ''basic mode'' on windows with excel
I tried both .xlsx and .xls, the problem still persists. The issue seems to be with the COM server that Matlab uses for Excel. I...

12 years ago | 0

Answered
Problem to import data from Excel to Matlab
Could you give a full discription on the problem solving steps that your performed? Thank you!

12 years ago | 0

Answered
Problems starting Excel server
Has anybody managed to fix this problem yet? My computer runs XP 64-bit with Excel installed on it. How can I start Excel COM po...

12 years ago | 0

Question


Problem with xlswrite. Need to write text and numbers. Need help!!
Good day! I've developed a gui, that takes data from an excel spreadsheet and does certain calculatons to some of the data. I th...

12 years ago | 1 answer | 1

1

answer

Question


xlsread uses ''basic mode'' on windows with excel
Hey guys! Everytime I do: endnumData=xlsread('data.xlsx') I get an error,that says: Warning: Could not start Exce...

12 years ago | 4 answers | 0

4

answers

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 years ago

Solved


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:...

12 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

12 years ago

Question


How to make a simple gui to plot a scatter graph?
Hello everybody! I'm required to create a gui (with a graph window and a push button) in Matlab that would import data from exc...

12 years ago | 1 answer | 0

1

answer

Question


Make a calculator display an error message for non-numerical values.
I am trying to program a simple calculator with 2 "edit text" windows. I want it to display an error dialog for non-numerical va...

12 years ago | 0 answers | 0

0

answers

Question


Trying to make a simple calculator/multiplyer. Only works for the first time.
Good day! I'm tryin to make a simple multiplyer that would take 2 input values,sum them up and multiply the sum by 2. The gui h...

12 years ago | 1 answer | 0

1

answer