put picture on axes (automatic picture appear)

1 view (last 30 days)
from the picture, how i can appear the picture at axes 1, axes 2, axes 3 and axes4?? one more thing, for conductor information, there is the invisible table.so when i click the conductor information, how i can connect the selection with the invisible table ??. the size cable will appear when the button calculate is push......
  1 Comment
NURHANIDA
NURHANIDA on 7 May 2014
ok thnaks, i success to show the picture. for your question, "which control is...." ok, the select cable material, cable cores,method of installation and cable type is actually a Table(book electrical system in building table 4D1A) ,
example when i click "thermoplastic, clipped direct, cooper and single core it will refer to the table(hidden table). so when i calculate, the answer will from the table (size conductor)..here are the table:

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 29 Apr 2014
Which control is the "conductor information" that you're clicking on?
You can use image() or imshow() to display an image in the axes
axes(handles.axes1);
image(rgbImage);

More Answers (0)

Categories

Find more on Graphics Object Properties in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!