주요 콘텐츠

다음에 대한 결과:

Image Analyst
Image Analyst
최근 활동: 2023년 10월 16일

Image Analyst
Image Analyst
최근 활동: 2023년 10월 16일

Image Analyst
Image Analyst
최근 활동: 2023년 10월 16일

Image Analyst
Image Analyst
최근 활동: 2023년 10월 16일

Image Analyst
Image Analyst
최근 활동: 2023년 10월 16일

MATLAB Road in theaters May 15, 2024.
Image Analyst
Image Analyst
최근 활동: 2023년 10월 16일

(From "The Exorcist" movie poster)
Image Analyst
Image Analyst
최근 활동: 2023년 10월 16일

Albert Einstein uses MATLAB
Image Analyst
Image Analyst
최근 활동: 2023년 10월 24일

Dynamic Field Name shaming
Image Analyst
Image Analyst
최근 활동: 2023년 10월 16일

We told you "NO!!!"
Image Analyst
Image Analyst
최근 활동: 2023년 10월 16일

I climbed the L-Shaped Peak
Image Analyst
Image Analyst
최근 활동: 2023년 10월 16일

Choose your weapon
Image Analyst
Image Analyst
최근 활동: 2023년 10월 16일

Image Analyst
Image Analyst
최근 활동: 2023년 10월 16일

Caution. This is MATLAB.
MATLAB is the best programming language
Image Analyst
Image Analyst
최근 활동: 2023년 10월 16일

I love the smell of debugged MATLAB code in the morning. Smells like...Victory!
Earlier this year a bunch of MATLAB users got together to talk about their hobbies in a lightning talk format.
  • Using "UIHTML" to create app components and Lightning
  • Creating generative art with MATLAB
  • Making MATLAB run on the Steam Deck (it was a wager)
Do you use MATLAB for hobbies?
my Channel ID 2305210 and Channel ID 2300906 are not working properly. Pl.Guide me
Matt J
Matt J
최근 활동: 2023년 10월 15일

Are there Matlab features which intend to satisfy your needs but fail in certain critical areas, forcing you to abandon them completely in favor of your own version or a 3rd party alternative? Perhaps these features are starting to improve with new Matlab releases, but not quickly enough? Share your own frustrations in the comments below.
Here are two of mine:
1. volumeViewier
volumeViewer is 6 years old now. It is fine when you only need to view one 3D image at a time, but I never do. In my work, I am putting several images side-by-side for visual comparison. For such work, you need to be able to programmatically change axis limits and grayscale and use linkprop to reflect these changes across all the images. With 2D image comparison, all that is possible, but volumeViewer supports none of those things. So, I resort to my own 3D viewer
2.Tomographic projection commands RADON and FANBEAM
These commands are provided in the Image Processing Toolbox seemingly for no other reason than to support homework exercises for people taking introductory tomographic imaging courses. They fail in a number of ways for people who need to do serious tomographic imaging work, producing artifacts or nonlinear effects which shouldn't be there. See for example Why isn't FANBEAM linear? or Radon Transform works unexpectedly. Moreover, the toolbox still provides tomographic projectors only for 2D imaging not 3D, even though 64-bit RAM has made volumetric imaging commonplace in Matlab for at least 10 years. Luckily, there are now freely available 3rd party alternatives like TIGRE.