photo

Mechrod


Last seen: 5 years ago Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
3 Answers

RANK
8,883
of 300,392

REPUTATION
5

CONTRIBUTIONS
7 Questions
3 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
3

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


copyobj to copy .fig from Figure window to Axes inside GUI
Hello. This is my problem. I have a GUI (one Figure) with several Tabs, and some of then have axes (mostly to plot a .jpg or a ...

6 years ago | 1 answer | 0

1

answer

Answered
Using Parallel computing with external software
This week i came back to work with this again, and after some research and tests, this is the answer for the main file: clc; cl...

6 years ago | 1

| accepted

Question


Retrieve data from arbitrary point from contourf plot
Hi. I'm plotting a x,y,T using 2D plot. Using the code below [Xr,Yr,Tr] = griddata(x,y,T,unique(x),unique(y)','v4'); % http://...

6 years ago | 0 answers | 0

0

answers

Question


Genetic Algorithim - f-count looks higher than expected
Hello. Using GA to solve a unconstrained function, shouldn't the f-count be lower than the pop size for each generation? F...

7 years ago | 0 answers | 0

0

answers

Question


Create new fields on structure from char array
Hi, I have an struct with some char names, and I want each one to became a field in other structure. This is the structure with...

7 years ago | 1 answer | 0

1

answer

Question


Using Parallel computing with external software
Hi. Im trying to use Parallel computing with a function that calls an external software (Ansys). Im using optimization with Gene...

8 years ago | 3 answers | 0

3

answers

Question


Parallel Computing is taking longer than without parallel
Hi, I'm testing the time consumed when using parallel computing, using the example (modified) below, from Matlab: clc; clear...

8 years ago | 2 answers | 0

2

answers

Answered
3D density plot - multiple isosurfaces on the same plot
Hi! Instead of choosing the 'Facecolor', can Matlab use the values of the isosurfaces being plotted and create a colorbar bas...

8 years ago | 1

Answered
Surf Plot using loops- Z must be a matrix, not a scalar or vector.
Do you have a picture of what you are trying plot? So we now what are the dimensions a, b, c1, c2 and etc.

8 years ago | 0

Question


Is possible to use clabel with fcontour?
Hi. I'm trying to use clabel with the fcontour plot. I had read several examples using contour, contourf and others, but none w...

8 years ago | 0 answers | 1

0

answers