Shunchao Wu


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
2 回答

ランク
6,530
of 300,302

評判
7

コントリビューション
4 質問
2 回答

回答採用率
75.0%

獲得投票数
3

ランク
 of 20,911

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,040

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
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 ...

14年弱 前 | 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...

14年弱 前 | 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...

14年弱 前 | 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^...

14年弱 前 | 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 ...

14年弱 前 | 2 件の回答 | 1

2

回答

質問


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

14年弱 前 | 3 件の回答 | 0

3

回答