Community Profile

photo

LY Cao


Last seen: 2 mesi fa Attivo dal 2011

Followers: 0   Following: 0

Contatto

Statistiche

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

Visualizza badge

Feeds

Visto da

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

circa 8 anni fa | 0

| accettato

Risposto
i want produce a random number between 2 and 10 for example...
randi(9)+1

oltre 10 anni fa | 0

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

oltre 12 anni fa | 0

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

oltre 12 anni fa | 2

| accettato

Risposto
Selecting an answer
B, have any questions?

oltre 12 anni fa | 0

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

oltre 12 anni fa | 0

| accettato