![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15488783_1557810299927_DEF.jpg)
ac_bm_mat
Followers: 0 Following: 0
Statistiques
RANG
115 312
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
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
Feeds
Question
Plot 3D Meshgrid
I want to plot a 3D meshgrid generated by [X, Y, Z] = meshgrid(0:3, 4:5, 7:9) with nodes and 3D cuboid elements. Can you help...
5 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesHow 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...
presque 3 ans il y a | 0
Question
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 ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Pass objects into function
classdef myClass properties data end methods function h = myClass(data) h.data = d...
presque 3 ans il y a | 1 réponse | 0