run cmd through matlab

i need to run batch images processing for the series of images in command promt(cmd) through the matlab, and obviously needed to save the series of processed images. Can you guide me the matlab code.

1 comentario

Rik
Rik el 30 de Dic. de 2022
This is a description of an entire project, not an answerable question.
Have a read here and here. It will greatly improve your chances of getting an answer.

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 30 de Dic. de 2022

0 votos

See code snippets in the FAQ:
Inside the for loop, construct a command line with sprintf and then pass it to the system command if you need to have some external program do something to your images.

Preguntada:

el 30 de Dic. de 2022

Respondida:

el 30 de Dic. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by