Shunchao Wu


Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

4 Domande
2 Risposte

RANK
6.530
of 300.037

REPUTAZIONE
7

CONTRIBUTI
4 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
3

RANK
 of 20.862

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 167.106

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 14 anni fa | 3 risposte | 1

3

risposte

Domanda


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

quasi 14 anni fa | 2 risposte | 1

2

risposte

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

quasi 14 anni fa | 0

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

quasi 14 anni fa | 0

| accettato

Domanda


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

quasi 14 anni fa | 2 risposte | 1

2

risposte

Domanda


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

quasi 14 anni fa | 3 risposte | 0

3

risposte