Shunchao Wu


Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

4 Preguntas
2 Respuestas

CLASIFICACIÓN
6.530
of 300.364

REPUTACIÓN
7

CONTRIBUCIONES
4 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

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

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


Why does axes() not return an Object but a graphics handle?
Hi, guys. The graphics system in MATLAB puzzles me, here take axes for example. What's the class name of axes object? Can ...

casi 14 años hace | 3 respuestas | 1

3

respuestas

Pregunta


"Bytes" is 0 in Variable Editor
a.data=rand(100,1); b=dlnode(rand(100,1)); Then you'll find in Variable Editor the "Bytes" of a.data or b.data is *0!* Why...

casi 14 años hace | 2 respuestas | 1

2

respuestas

Respondida
Are we voting enough?
Hey, I find there's no email reply for "Comment", and "Comment" can not be modified, not be voted, nor make the Questio...

casi 14 años hace | 0

Respondida
write a function about 'h=vo*t-(1/2)*g*t.^2'
Solve it directly, t=(vo+-sqrt(vo^2-2*g*h))/g if vo^2>2*g*h, there are two solutions, if vo^2=2*g*h, one solutiuo if vo^...

casi 14 años hace | 0

| aceptada

Pregunta


Can handle class be used to simulate "Pointer" in C language?
If I define a "Ptr" class as following: classdef Ptr < handle properties data end end then, objects ...

casi 14 años hace | 2 respuestas | 1

2

respuestas

Pregunta


x.abs()?
>> x=-1; >> x.abs() ??? Attempt to reference field of non-structure array. Why? Notice that Matlab Help says "All...

casi 14 años hace | 3 respuestas | 0

3

respuestas