Replace variable to values
Mostrar comentarios más antiguos
Now i hane ans=1/s i want to replace s and put value 7 how to make this
Respuestas (1)
Do you mean
s = 7;
result = 1 / s
Categorías
Más información sobre Library Development en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!