Question


how to replace the matrix by arrayfun() for the matrix like this?
data = [ 1] [ 1] [ 1] [45.7600] [ 1] [ 2] [ 2] [52.92...

8 years ago | 1 answer | 0

1

answer

Question


Why I can't use 'MinGW-w64 Compiler'
I install matlab2015b on win10; when I run 'mex -setup' on matlab command window as below: <</matlabcentral/answers/upload...

8 years ago | 0 answers | 0

0

answers

Question


how to seek and replace characters on cell
Now I have a mat A as below: A=[1 1 1;1 2 2;2 1 2;2 2 1] A = 1 1 1 1 2 2 2 1 ...

8 years ago | 2 answers | 0

2

answers

Question


I confront a problem when install MinGW-w64 for matlab2015b on win10 SO
My PC is win10 and install matlab2015b; When I run 'mbuild -setup' on matlab2015b command window, I get the information as b...

8 years ago | 0 answers | 0

0

answers

Question


I confront some problems when do some working about compiling
when I run code 'mbuild -setup', matlab shows 'Warning: Windows SDK 7.1 appears to be installed, but its compiler was not found....

8 years ago | 2 answers | 0

2

answers

Question


how to put out figure one by one when many figures should be put out?
I have saved about 1,000 txt files on my PC somewhere; Now I want to scan the data of all these files, and select some ones to ...

8 years ago | 2 answers | 0

2

answers

Answered
how to put out figure one by one when many figures should be put out?
Thank you! in addition, making figure one by one is better or doing together is better for matlab's computing effectivity and...

8 years ago | 0

Question


how to properly magnify the image created by matlab code?
I have create an image by matlab code as below: <</matlabcentral/answers/uploaded_files/30473/9f2f070828381f3034dc80e3ac014...

9 years ago | 0 answers | 0

0

answers

Question


how to select proper parameters for "opt.StartPoint" ?
I want to fit some data as below code: if true p=fittype('a+k*b/(b+x)','independent','x'); opt=fitoptions(p); ...

9 years ago | 1 answer | 0

1

answer

Question


how to do integration for the curve which is made by matlab according to the series?
Now I have an array A as below: <</matlabcentral/answers/uploaded_files/17132/2014-08-22_20-19-20.gif>> I can plot an ...

9 years ago | 1 answer | 0

1

answer

Question


how to read data from a TMP file by matlab?
I want to read data from a .TMP as attachment by matlab, shall I ? thank you!

9 years ago | 0 answers | 0

0

answers

Question


how to zoom in/out the gui figure by equal proportion?
I have get an GUI figure as below: <</matlabcentral/answers/uploaded_files/16138/12.jpg>> and it can be zoom in/out as bel...

9 years ago | 0 answers | 0

0

answers

Question


how to use matlab to read data from '.bin' file which was produced by some equipment
I have an equipment---X which can be drived by computer to detect some electrical signal and give computer some data to draw a p...

10 years ago | 2 answers | 0

2

answers

Question


how to make these changes about exe file which is complied from matlab gui?
I have made a GUI procedure---a.m/a.fig by matlab and then compile it into exe file by 'mcc -m a'. 1.the logo of a.exe file i...

10 years ago | 1 answer | 0

1

answer

Answered
There is much difference for ActiveX Controls when install the same matlab procedure by 32bit version and 64bit version
I have informed by emails this question have been answered by many persons; but until now I have found nothing. why?

10 years ago | 0

Question


shall I open a "windows' *.exe file" by matlab code?
I want to made an GUI in which I plan to open a windows' exe file by matlab code, how? In addition, shall I search an exe fil...

10 years ago | 2 answers | 0

2

answers

Question


There is much difference for ActiveX Controls when install the same matlab procedure by 32bit version and 64bit version
I have downloaded the install procedure, when I install it on my computer, selecting 64bit version(my computer is 64bit); I cant...

10 years ago | 1 answer | 0

1

answer

Question


why I can't find some ActiveX controls, such as LED, Linear Gauge ActiveX Control, and Percent ActiveX Control?
I can't find some ActiveX controls, such as LED, Linear Gauge ActiveX Control,Percent ActiveX Control and so on in my Matlab2012...

10 years ago | 2 answers | 1

2

answers

Question


some questions about how to read and write txt file on matlab
I have create an txt file as below: <</matlabcentral/answers/uploaded_files/13811/1.jpg>> then I can read it into ...

10 years ago | 1 answer | 0

1

answer

Question


how to made a ".mat" file from ".txt"
the ".txt" file's content is as below: Date--------OpenPrice------HighPrie-----LowPrice----ClosePrice------Volume 20...

11 years ago | 1 answer | 0

1

answer

Answered
a question about the function--"highlow()" and relative functions.
highlow(High, Low, Close, Open, Color, Dates, Dateform); anybody can give me an example about this function as above? thanks...

11 years ago | 0

Question


a question about the function--"highlow()" and relative functions.
Now I have the data resource as below: Date--------OpenPrice------HighPrie-----LowPrice----ClosePrice 2012/3/8----6.18----...

11 years ago | 1 answer | 0

1

answer

Question


how to view all the commands or functions in certain toolbox?
1. I want to know all functions in the toolbox-"Financial Instruments Toolbox"; my question is how to list all functions of this...

11 years ago | 1 answer | 0

1

answer

Question


function--treeviewer()'s problem
I haved type commands like this, and I want to know why treeviewer() can't run? >> whos Name Size ...

11 years ago | 0 answers | 0

0

answers

Question


there is a problem about these code in Matlab
code is as below: function [y1,y2]=test(x1,x2) if nargin==1 y1=x1; if nargout==2 y2=x1; end ...

11 years ago | 1 answer | 0

1

answer

Answered
I can use functions- "sym()" and "syms()".
Ok,i know. I have install matlab 2012a and I head that it never include symbolic math toolbox but matlab 2012b does. "a doesn't ...

11 years ago | 0

Question


I can use functions- "sym()" and "syms()".
when I use functions-sym() and syms(), warning is that "Undefined function 'sym'/'syms' for input arguments of type 'char' ". ...

11 years ago | 2 answers | 0

2

answers