Help CenterHelp Center
Get links for line range
Since R2022b
myLinks = getLinks(lr)
example
myLinks = getLinks(lr) returns the links associated with the line range lr.
myLinks
lr
collapse all
This example shows how to remove an slreq.TextRange object.
slreq.TextRange
Open the myAdd code file.
myAdd
file = "myAdd.m"; open(file);
Get the slreq.TextRange object associated with lines 1–3 in the myAdd function.
cr = slreq.getTextRange(file,[1 3]);
Get the links associated with the slreq.TextRange object.
links = getLinks(cr)
links=1×3 object 1×3 Link array with properties: Type Description Keywords Rationale CreatedOn CreatedBy ModifiedOn ModifiedBy Revision SID Comments
Delete the links associated with the slreq.TextRange object.
count = deleteLinks(cr)
count = 3
Remove the slreq.TextRange object associated with line number 3.
remove(cr)
Line range, specified as an slreq.TextRange object.
slreq.Link
Links, returned as an slreq.Link array.
Introduced in R2022b
slreq.TextRange | slreq.getTextRange | slreq.Link | deleteLinks
slreq.getTextRange
deleteLinks
Tiene una versión modificada de este ejemplo. ¿Desea abrir este ejemplo con sus modificaciones?
Ha hecho clic en un enlace que corresponde a este comando de MATLAB:
Ejecute el comando introduciéndolo en la ventana de comandos de MATLAB. Los navegadores web no admiten comandos de MATLAB.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office