Community Profile

photo

LY Cao


Last seen: 29 days ago Active since 2011

Statistics

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

View badges

Content Feed

Answered
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 years ago | 0

| accepted

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

12 years ago | 0

Answered
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 years ago | 2

| accepted

Answered
Selecting an answer
B, have any questions?

12 years ago | 0

Answered
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 years ago | 0

| accepted