Community Profile

photo

ac_bm_mat


Last seen: 2개월 전 2022년부터 활동

Followers: 0   Following: 0

통계

  • First Answer
  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


Save a grayscale image as an colored image
I have a matrix g It is a grayscale image with size (32,32). I want it to save it as an colored image. How to do it? imwrite...

거의 2년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to rotate an image in Matlab
A = imread('ngc6543a.jpg'); You may use imread to read an image to a matrix. Then operating with A matrix can give you 90 degr...

거의 2년 전 | 0

질문


Save current figure without axis, axis label and other border areas.
How to save current figure without axis, axis label and other white margin spaces around the figure. I don't have direct access ...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Intersection of a line and 3D mesh
I have a line that connects (0,0,0) and (8,8,8). I want to highlight the 3D discretizations (mesh) of cuboid of size (8x8x8) tha...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


3D cuboid elements display
elem(8,8,8) = zeros; for i=1:8 elem(i,i,i)=1 end I want to plot 3D voxels or mesh or elements with different color for ...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Pass objects into function
classdef myClass properties data end methods function h = myClass(data) h.data = d...

거의 2년 전 | 답변 수: 1 | 0

1

답변