Community Profile

photo

LY Cao


Last seen: 2ヶ月 前 2011 年からアクティブ

Followers: 0   Following: 0

連絡

統計

All
  • Cody 5th Anniversary Finisher
  • Knowledgeable Level 2
  • First Answer
  • Quiz Master
  • Project Euler I
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Computational Geometry III Master
  • Functions I Master
  • Matrix Manipulation II Master

バッジを表示

Feeds

表示方法

回答済み
How to overload all functions and operators of a new class?
for r2015b or r2016a, you can do this: builtin('_useSingletonExpansion',1) % undocumented a = rand(4); b = rand(4,1); ...

約8年 前 | 0

| 採用済み

回答済み
i want produce a random number between 2 and 10 for example...
randi(9)+1

10年以上 前 | 0

回答済み
Comparing between Array Elements
this code can replace your original loop: c = bsxfun(@eq,Answer,Target.'); percentage = nnz(c)/length(Answer)*100;...

12年以上 前 | 0

回答済み
I want to overwrite my old xls file with the new xls file each time i generate a new data
clc a = input('Enter Number of Cities need to travel: '); b = 2; t = xlsread('Data.xls'); if ~isempty(t) xlswrite('Data....

12年以上 前 | 2

| 採用済み

回答済み
Selecting an answer
B, have any questions?

12年以上 前 | 0

回答済み
Plot 4D....different contours
do you mean this: close all clear,clc x=[0 -1.73205161513813 -1.73210161662818 0 -1.73205161513813 0 0 -1.7320516151381...

12年以上 前 | 0

| 採用済み