photo

Nick


Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

6 Questions
6 Réponses

RANG
5 322
of 300 338

RÉPUTATION
9

CONTRIBUTIONS
6 Questions
6 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
4

RANG
 of 20 922

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 149

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Insertshape function produces odd results for very large images?
So I have been using the Insertshape function for several images of roughly 5000x5000x3 size and inserting >100 polygon shapes w...

presque 7 ans il y a | 1 réponse | 0

0

réponse

Question


How do these image bit conversions work??
So this is a basic question on image conversion algorithms. If I load an image. img = imread('peppers.png'); img = rg...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Open a gui in a gui
So I assume you are familiar with MATLAB's GUIDE function. Generally, to have another GUI popup, you have to create 2 .fig gu...

environ 9 ans il y a | 0

Question


Saving MATLAB figures as illustrator messes up the color
So I am having this weird issue when I save a matlab figure as an illustrator file. Whenever I open up the illustrator file, th...

presque 13 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
What is the best laptop for crunching numbers with Matlab?
I find Asus laptops to be fairly good. The company sells a range of mid to high end laptops with all the nice goodies: Core i7...

presque 14 ans il y a | 0

Réponse apportée
how to erase a line?
Are these lines in a figure? I suppose the easiest way would be to select the lines you dont want with the cursor and hit delet...

presque 14 ans il y a | 0

Réponse apportée
Monte Carlo electron scattering problem
Try this: Ni=100; Ng=0; Nf=0; Ni_mc=[]; Ng_mc=[]; Nf_mc=[]; i=0; while Ni>0 r=rand; i=i+1; ...

presque 14 ans il y a | 0

Réponse apportée
How to similuate a coin flip with probablility p
Alternatively you could use the randi function in MATLAB which generates random integers. 100 tosses with 0=heads, 1=tails c...

presque 14 ans il y a | 1

Réponse apportée
How to create multiple vectors of different lengths using for end loop?
I think I see what your trying to do. Basically you just want a quicker way of finding ones, twos and threes and so forth in yo...

presque 14 ans il y a | 0

| A accepté

Question


Skip multiple iterations in for loop
Is there a way to adjust the "continue" keyword in Matlab so that it skips multiple iterations? For example can I do this? i...

presque 14 ans il y a | 3 réponses | 1

3

réponses

Question


Basic Axes Handle question
Ok so this is an extremely basic question. If I write h=gca Matlab should create a new figure with axes and give me it...

presque 14 ans il y a | 1 réponse | 0

1

réponse

Question


Changing Cell Highlight Colors
Hi, So I was playing around with the color preferences in Matlab because my eyes tend to get tired if i stare at a white back...

environ 14 ans il y a | 1 réponse | 2

1

réponse