Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 9 años hace | 2 respuestas | 0

2

respuestas

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

casi 9 años hace | 0

Pregunta


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

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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); ...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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!

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Respondida
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?

alrededor de 10 años hace | 0

Pregunta


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

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 10 años hace | 2 respuestas | 1

2

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 11 años hace | 1 respuesta | 0

1

respuesta

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

más de 11 años hace | 0

Pregunta


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

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 11 años hace | 1 respuesta | 0

1

respuesta

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

más de 11 años hace | 0

Pregunta


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' ". ...

más de 11 años hace | 2 respuestas | 0

2

respuestas