photo

Zheng


Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Professional Interests: Trading

Estadística

MATLAB Answers

14 Preguntas
3 Respuestas

CLASIFICACIÓN
200.224
of 300.381

REPUTACIÓN
0

CONTRIBUCIONES
14 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
64.29%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.941

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.477

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


how to find the curve I want by using algos?
<</matlabcentral/answers/uploaded_files/4370/curve%20shapes.png>> Does anyone know how to find the curve I want by using algo...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I extract the numbers from this string
Anyone knows that is there any easy way to extract the numbers from this string? the string is "JY CME JAPANESE YEN FUTURES S...

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

1

respuesta

Pregunta


Delete letters in a string variable
Hi, for instance, string variables are '2456.00A', '2501A',... How can I delete letters in a string variable? Thanks in...

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

2

respuestas

Respondida
How can I extract the parameters from curve fitting 'fit' function?
answer is http://www.mathworks.com/support/solutions/data/1-1BH6I.html?solution=1-1BH6I

más de 12 años hace | 0

| aceptada

Pregunta


How can I extract the parameters from curve fitting 'fit' function?
load enso; f = fit(month,pressure,'fourier8') Here is my code. variable f can be shown on the command window. But anyone...

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

2

respuestas

Pregunta


How can I insert a data into specified GUI table cell?
<<http://i45.tinypic.com/fn7rcg.png>> as the below picture shows. I want to change the values within "Status" Column by click...

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

1

respuesta

Respondida
How to hide web browser while using web function
does it work? I need to use web function to access the webpage to active online server, but I don't want the application users t...

más de 12 años hace | 0

Pregunta


How to hide web browser while using web function
For instancce, I want to open the URL 'GOOGLE.COM' by using web function --- [stat,h]=web('Google.COM'); can I hide web br...

más de 12 años hace | 3 respuestas | 0

3

respuestas

Respondida
How can I use a Push Button callback function to call Radio Button Group's SelectionChangeFcn?
just change uipanel1_SelectionChangeFcn to handles.uipanel1

más de 12 años hace | 0

| aceptada

Pregunta


How can I use a Push Button callback function to call Radio Button Group's SelectionChangeFcn?
My codes are wrong. How can I make it work by modifying below codes? function pushbutton1_Callback(hObject, eventdata, handle...

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

1

respuesta

Pregunta


How to change the specified part of URL when I use MatLab's web function?
Hi All I need to use Matlab to open the URL (http://www.thisismoney.co.uk/money/saving/article-1583859/), however I want to c...

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

1

respuesta

Pregunta


How can I update the results from a Timer to a text box every 5 second?
My codes are shown as below: TimeSpan = str2double(get(handles.edit1,'String')); Parameter = str2double(get(handles.edit2,...

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

1

respuesta

Pregunta


How to prevent the function within a Timer to keep displaying the answer in Command Windows?
Hi ALl My code is shown as below set(handles.edit3,'String',num2str(MyFuc(Input))); tmr=timer('Period',10,'ExecutionMod...

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

1

respuesta

Pregunta


how can I use "Fit" function to calculate surface fit for a 2D matrix?
Hi Everyone how can I use "Fit" function to calculate surface fit for a 2D matrix? such as the regression surface for rand(30...

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

0

respuestas

Pregunta


How to get the fitted data by using Matlab's "Fit" Function?
For example, by using below code load franke; fitresult = fit( [x, y], z, 'poly33' ); From fitresult, I can get the for...

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

2

respuestas

Pregunta


How to extract the data that is used to draw a surface in this example?
Here's Matlab example oad franke; fitresult = fit( [x, y], z, 'poly23' ); % use fit function to calculate a surface Then ...

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

1

respuesta

Pregunta


How to set the variables as integers in a Genetic Algorithm Function?
Hi, Supposing the objective function is @(x)f(x(1),x(2)). I would like to set the variable 'x' as a integer in a Genetic Algo...

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

1

respuesta