Shunchao Wu


2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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

12년 초과 전 | 답변 수: 3 | 1

3

답변

질문


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

12년 초과 전 | 답변 수: 2 | 1

2

답변

답변 있음
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...

12년 초과 전 | 0

답변 있음
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^...

12년 초과 전 | 0

| 수락됨

질문


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

12년 초과 전 | 답변 수: 2 | 1

2

답변

질문


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

12년 초과 전 | 답변 수: 3 | 0

3

답변