photo

J. Hu


Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Professional Interests: Structural Engineering

Estadística

MATLAB Answers

18 Preguntas
3 Respuestas

CLASIFICACIÓN
9.084
of 300.352

REPUTACIÓN
4

CONTRIBUCIONES
18 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
4

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

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

Respondida
Can I use an image as 3D plot's face texture?
I found answers: http://www.mathworks.com/matlabcentral/fileexchange/27764-map-texture-to-patch http://www.mathworks.com/m...

casi 12 años hace | 0

| aceptada

Pregunta


Can I use an image as 3D plot's face texture?
For example, I defined an object Obj using vertices and faces. I can set the face color using Obj.facecolor = 'r'; I wanted to ...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why subclass & superclass in OOP?
I am a beginner in OOP. So far I found it very powerful. However, there is one concept, subclass & superclass, I do not understa...

alrededor de 12 años hace | 2 respuestas | 3

2

respuestas

Pregunta


Is it possible to define the properties for a class using cell array?
For example, I have a cell array AA={'x' 'y' 'z'} obtained by reading external files such as Excel table. How can I define the p...

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

1

respuesta

Pregunta


Should I use primary or dependent property?
There is one property which by nature is dependent property because it is obtained from calculation using primary independent pr...

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

2

respuestas

Pregunta


How to get Dependent Property depending on properties of objects of different class
See the code below: Ex_ObjA.m--> classdef Ex_ObjA properties a end methods ...

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

1

respuesta

Pregunta


what are the differences between [] and '' in a cell array, how to identify and differentiate them?
c1={'a',[],'b'}--> isempty(c1(2))=0; Not empty size(c(2))=1 1; strcmp(c(2),[])=0; Not a string c2={'a','','b'}--> ...

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

2

respuestas

Pregunta


How to determine if an entry is cell type or others?
I wanted to have a function to remove the empty cell, Null cell, NaN in a vector: A = [2 NaN 3] % DatawEmpty example B = {...

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

1

respuesta

Respondida
Problem with assigning properties to object array in class
After adding following like in http://www.mathworks.com/help/matlab/matlab_oop/creating-object-arrays.html: if nargin ~= 0 % ...

alrededor de 12 años hace | 0

Pregunta


Problem with assigning properties to object array in class
Why I got error message for following code and how can I fix it? Thanks... ObjArray.m: clear all; clc A= {'a',2;'V',3}; ...

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

1

respuesta

Pregunta


How can I calculate dependent properties and assign them to the object?
Given a property for an object, need to calculate some values and assign them to the properties of the same object. I use follow...

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

2

respuestas

Pregunta


How to do Matlab Object Orientated Programming for catenated Objects
I am a beginner for OOP. I tried some simple examples and found out it is really good. So I wanted to apply to a more complicate...

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

0

respuestas

Pregunta


Problem with retrieving mySQL data with DATE column
I have this problem for data table in mySQL DB with column defined using DATE format such as `InstallDate` date NOT NULL, ...

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

0

respuestas

Pregunta


How to create variables using strings in an array?
str1={'x','trs','height','width'} str2='db_xtr' For example, I wanted to do: for ivar=1:size(str1,2) C_%str1%_%str2%=ivar^...

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

2

respuestas

Pregunta


Why is this SQLquery in Matlab returning repeated records?
I used JDBC driver to connect to the mySQL DB in Matlab. The connection works. However, when I used following SQLquery in Matlab...

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

1

respuesta

Pregunta


why the only first row of the imported data using importdata is not correct
I have following data copied from excel file and then pasted to a file "x.txt": USName Height Width Thickness Area -...

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

1

respuesta

Respondida
why the only first row of the imported data using importdata is not correct
If I switch the first and second row as: - - - - in^2 USName Height Width Thickness Area L1x1x1/8 1 1 0.125 0.234375 ...

más de 12 años hace | 0

Pregunta


How to get the smallest diameter of a cicular pipe enclosing many points in 3D space?
I wanted to know the mathematics and then use Matlab to do it. In 2D plane, for example, if there are three points, then the...

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

2

respuestas

Pregunta


How to get the rotation matrix and associated Euler Angles for the rotation of 3D objects depicted by the coordinates of its vertices
How to get the rotation matrix and associated Euler Angles for the rotation of 3D objects depicted by the coordinates of its ver...

casi 13 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to unify the code for reading XML file with varied field length?
To read the attribute value in an xml file like below with single field (length=1) <A Xvalue="3"> </A> I use AXvalue ...

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

0

respuestas

Pregunta


How to get the numeric value from text after parsing an xml file?
I use xml2struct to read the xml file into a structure. However, the format of all info are text. For example, attributes z='18'...

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

1

respuesta